Playlist response
Playlists are merely collections of tracks. The most important field is tracks_list, which contain the identifiers of all tracks of a given playlist.
To retrieve more information about the tracks in a playlist, see the playlist endpoint.
| comments_count |
amount of playlist comments |
| created_at |
iso datetime of playlist creation (YYYY-MM-DDThh:mm:ssTZD) |
| description |
playlist description |
| id |
playlist id |
| length |
playlist duration in seconds |
| name |
playlist name |
| password |
password if the track is private |
| picture_absolute_url |
absolute url of playlist picture |
| plays_count |
amount of playlist plays |
| private |
true if the playlist is private |
| shuffle |
shuffle option |
| tracks |
array of tracks id |
| tracks_count |
amount of tracks in the playlist |
| tracks_list deprecated |
list of tracks id including the playlist (separated by comma) |
| user_id |
playlist owner id |
| votes_count |
amount of playlist votes |
Optional fields
| large_embed_code |
HTML large player embed code |
| mini_embed_code |
HTML mini player embed code |
| small_embed_code |
HTML small player embed code |
| standard_embed_code |
HTML standard player embed code |
| tracks_content |
array of tracks data |
|