SpotifyApiSpotify LogoJS

APISimplifiedPlaylist

The structure containing the simplified details of the Spotify Playlist.

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

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.
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.
snapshot_idstringThe version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version
tracksPlaylistTracksReferenceA collection containing a link ( href ) to the Web API endpoint where full details of the playlist’s tracks can be retrieved, along with the total number of tracks in the playlist.
typeSpotifyTypeThe object type: “playlist”
uristringThe Spotify URI for the playlist.