-
-
Notifications
You must be signed in to change notification settings - Fork 8
playlist
Hugo Melder edited this page Oct 15, 2020
·
2 revisions
GET
https://api.tidal.com/v1/playlists/{uuid}?countryCode={country}
authorization: Bearer {access_token}
or
x-tidal-token: {client_id}
(No Authentication Needed)
{
"uuid": "854e65fb-857a-4db3-9108-4be406e8ea3d",
"title": "GoGo Penguin: At Home",
"numberOfTracks": 17,
"numberOfVideos": 0,
"creator": {
"id": 4764457,
"name": "GoGo Penguin",
"type": null
},
"description": "\"As a teenager, my mates and I would make compilations for each other. Even as kids we knew how powerful music can be in sharing feelings and ideas,” recalls Chris Illingworth, pianist for the exploratory jazz trio GoGo Penguin. “It’s a crazy and difficult time right now; there’s a lot of fear, worry and anxiety going ’round. So when Nick [Blacka], Rob [Turner] and I decided to put this playlist together, we looked for tracks that make us feel good and raise our spirits. Hopefully this playlist can bring a bit of happiness, enjoyment and togetherness in these strange and difficult days. We might need to keep our distance from each other, but it’s as important as ever to look out for each other. Stay safe and much love.” (Photo: Jon Shard)",
"duration": 4579,
"lastUpdated": "2020-04-14T15:12:51.137+0000",
"created": "2020-04-10T09:06:08.403+0000",
"type": "ARTIST",
"publicPlaylist": true,
"url": "http://www.tidal.com/playlist/854e65fb-857a-4db3-9108-4be406e8ea3d",
"image": "b5dc1788-a989-48b7-830d-380ae1f89729",
"popularity": 0,
"squareImage": "3d44aa40-5ffb-420b-854f-7b387ce59f84",
"promotedArtists": [
{
"id": 4764457,
"name": "GoGo Penguin",
"type": "MAIN"
},
{
"id": 3526620,
"name": "The Daktaris",
"type": "MAIN"
},
{
"id": 4811562,
"name": "Hiatus Kaiyote",
"type": "MAIN"
},
{
"id": 3508438,
"name": "Airto Moreira",
"type": "MAIN"
}
],
"lastItemAddedAt": "2020-04-13T21:38:32.668+0000"
}
- Get Artist
- Get Artist Bio
- Get Artist Links
- Get Artist Mix
- Get Artist TopTracks
- Get Artist Videos
- Get Artist Albums
- Get Playlist
- Get Playlist Items
- Get Playlist Recommendations Items
- Add Playlist Item
- Move Playlist Item
- Replace Playlist Item
- Rename Playlist
- Delete Playlist
- Delete Playlist Item
- Get Track
- Get Track Contributors
- Get Track Mix
- Get Track StreamUrl (not recommended)
- Get Track PlaybackInfoPostPaywall
- Get Track PlaybackInfoPrePaywall
- Get Video
- Get Video Contributors
- Get Video StreamUrl (not recommended)
- Get Video PlaybackInfoPostPaywall
- Get Video PlaybackInfoPrePaywall
- Get User Favorite Ids
- Get User Favorite Albums
- Get User Favorite Artists
- Get User Playlists & Favorite Playlists
- Get User Favorite Tracks
- Get User Favorite Videos
- Get User Favorite Playlists
- Get User Favorite Mixes
- Get User Offline Albums
- Get User Offline Playlists
- Delete User Offline All
- Delete User Offline Album
- Delete User Offline Playlist
- Delete User Favorite Album
- Delete User Favorite Artists
- Delete User Favorite Playlists
- Delete User Favorite Tracks
- Delete User Favorite Videos
- Delete User Favorite Mixes
- Add User Favorite Album
- Add User Favorite Artists
- Add User Favorite Playlists
- Add User Favorite Tracks
- Add User Favorite Videos
- Add User Favorite Mixes
- Add User Offline Album
- Add User Offline Playlist
- Update User Image
- Post oAuth Token
- Post oAuth Device Authorization
- Login Username & Password (Deprecated)
- Get User Auth Token (SessionId Migration)
- Log Out