SpotifyApiSpotify LogoJS

Playlist playlist.d.ts#L71

extends Omit<SimplifiedPlaylist, "tracks">

The structure containing the brief details of the Spotify Playlist.

https://developer.spotify.com/documentation/web-api/reference/#object-playlistobject

Properties:

NameTypeDescription
collaborativebooleanTrue if the owner allows other users to modify the playlist.
description"null" | stringThe playlist description. Only returned for modified, verified playlists, otherwise null.
external_urlsExternalUrlKnown external URLs for this playlist.
followersFollowersInformation about the followers of the playlist.
hrefstringA link to the Web API endpoint providing full details of the playlist.
idstringThe Spotify ID for the playlist.
imagesImage[]Images for the playlist. The array may be empty or contain up to three images.
namestringThe name of the playlist.
ownerPublicUserThe user who owns the playlist.
public"null" | booleanThe playlist’s public/private status: true the playlist is public, false the playlist is private, null the playlist status is not relevant.
snapshot_idstringThe version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version
tracksPlaylistTrack[]Information about the tracks of the playlist. Note, a track object may be null. This can happen if a track is no longer available.
typeSpotifyTypeThe object type: “playlist”
uristringThe Spotify URI for the playlist.