APISimplifiedPlaylist
The structure containing the simplified details of the Spotify Playlist.
Properties:
Name | Type | Description |
---|---|---|
collaborative | boolean | True if the owner allows other users to modify the playlist. |
description | "null" | string | The playlist description. Only returned for modified, verified playlists, otherwise null. |
external_urls | ExternalUrl | Known external URLs for this playlist. |
href | string | A link to the Web API endpoint providing full details of the playlist. |
id | string | The Spotify ID for the playlist. |
images | Image[] | Images for the playlist. The array may be empty or contain up to three images. |
name | string | The name of the playlist. |
owner | PublicUser | The user who owns the playlist. |
snapshot_id | string | The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version |
tracks | PlaylistTracksReference | A 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. |
type | SpotifyType | The object type: “playlist” |
uri | string | The Spotify URI for the playlist. |