Skip to content

Instantly share code, notes, and snippets.

@eegli
Last active April 14, 2021 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eegli/eee44154c247240888aed273c22995a0 to your computer and use it in GitHub Desktop.
Save eegli/eee44154c247240888aed273c22995a0 to your computer and use it in GitHub Desktop.
Example response from Spotify's "Multiple Albums" endpoint (https://api.spotify.com/v1/albums). Note that no album is associated with any genres.
{
"albums": [
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/0YEGscCXpFGt72yQXy4aZD"
},
"href": "https://api.spotify.com/v1/artists/0YEGscCXpFGt72yQXy4aZD",
"id": "0YEGscCXpFGt72yQXy4aZD",
"name": "rx Soul",
"type": "artist",
"uri": "spotify:artist:0YEGscCXpFGt72yQXy4aZD"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2kYAa0PL9Vkaq2NcpgzCXr"
},
"href": "https://api.spotify.com/v1/artists/2kYAa0PL9Vkaq2NcpgzCXr",
"id": "2kYAa0PL9Vkaq2NcpgzCXr",
"name": "Elijah Hill",
"type": "artist",
"uri": "spotify:artist:2kYAa0PL9Vkaq2NcpgzCXr"
}
],
"copyrights": [
{
"text": "2019 rx Soul & Elijah Hill",
"type": "C"
},
{
"text": "2019 rx Soul & Elijah Hill",
"type": "P"
}
],
"external_ids": {
"upc": "194676250033"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/5Legu2VCnjwqfH299SiXHK"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/5Legu2VCnjwqfH299SiXHK",
"id": "5Legu2VCnjwqfH299SiXHK",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b2738d06a18d535530784b4eb5cc",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e028d06a18d535530784b4eb5cc",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d000048518d06a18d535530784b4eb5cc",
"width": 64
}
],
"label": "1563921 Records DK2",
"name": "3 Nights",
"popularity": 44,
"release_date": "2019-12-10",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/5Legu2VCnjwqfH299SiXHK/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/0YEGscCXpFGt72yQXy4aZD"
},
"href": "https://api.spotify.com/v1/artists/0YEGscCXpFGt72yQXy4aZD",
"id": "0YEGscCXpFGt72yQXy4aZD",
"name": "rx Soul",
"type": "artist",
"uri": "spotify:artist:0YEGscCXpFGt72yQXy4aZD"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2kYAa0PL9Vkaq2NcpgzCXr"
},
"href": "https://api.spotify.com/v1/artists/2kYAa0PL9Vkaq2NcpgzCXr",
"id": "2kYAa0PL9Vkaq2NcpgzCXr",
"name": "Elijah Hill",
"type": "artist",
"uri": "spotify:artist:2kYAa0PL9Vkaq2NcpgzCXr"
}
],
"disc_number": 1,
"duration_ms": 173233,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/6TrdBIQD1s5axdVR1qk0OF"
},
"href": "https://api.spotify.com/v1/tracks/6TrdBIQD1s5axdVR1qk0OF",
"id": "6TrdBIQD1s5axdVR1qk0OF",
"is_local": false,
"name": "3 Nights",
"preview_url": "https://p.scdn.co/mp3-preview/8133f8dae982b82813f0a67c7571e16644b414fd?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:6TrdBIQD1s5axdVR1qk0OF"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:5Legu2VCnjwqfH299SiXHK"
},
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6GqQziMdX3FNMhEx9zd3NX"
},
"href": "https://api.spotify.com/v1/artists/6GqQziMdX3FNMhEx9zd3NX",
"id": "6GqQziMdX3FNMhEx9zd3NX",
"name": "Tutara Peak",
"type": "artist",
"uri": "spotify:artist:6GqQziMdX3FNMhEx9zd3NX"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5UyjnQfu4OsLGiOi3sIoEN"
},
"href": "https://api.spotify.com/v1/artists/5UyjnQfu4OsLGiOi3sIoEN",
"id": "5UyjnQfu4OsLGiOi3sIoEN",
"name": "Aether",
"type": "artist",
"uri": "spotify:artist:5UyjnQfu4OsLGiOi3sIoEN"
}
],
"copyrights": [
{
"text": "2020 Analogue Dawn",
"type": "P"
}
],
"external_ids": {
"upc": "193436208246"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/7ml0ziZZIItwtMvT5t3Tv8"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/7ml0ziZZIItwtMvT5t3Tv8",
"id": "7ml0ziZZIItwtMvT5t3Tv8",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b27324d9fb5e7307bdfd6d046753",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e0224d9fb5e7307bdfd6d046753",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d0000485124d9fb5e7307bdfd6d046753",
"width": 64
}
],
"label": "Analogue Dawn",
"name": "Daydream",
"popularity": 38,
"release_date": "2020-04-30",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/7ml0ziZZIItwtMvT5t3Tv8/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6GqQziMdX3FNMhEx9zd3NX"
},
"href": "https://api.spotify.com/v1/artists/6GqQziMdX3FNMhEx9zd3NX",
"id": "6GqQziMdX3FNMhEx9zd3NX",
"name": "Tutara Peak",
"type": "artist",
"uri": "spotify:artist:6GqQziMdX3FNMhEx9zd3NX"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5UyjnQfu4OsLGiOi3sIoEN"
},
"href": "https://api.spotify.com/v1/artists/5UyjnQfu4OsLGiOi3sIoEN",
"id": "5UyjnQfu4OsLGiOi3sIoEN",
"name": "Aether",
"type": "artist",
"uri": "spotify:artist:5UyjnQfu4OsLGiOi3sIoEN"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/71xwQBpvIGWm4oo7Cx5jli"
},
"href": "https://api.spotify.com/v1/artists/71xwQBpvIGWm4oo7Cx5jli",
"id": "71xwQBpvIGWm4oo7Cx5jli",
"name": "Zes",
"type": "artist",
"uri": "spotify:artist:71xwQBpvIGWm4oo7Cx5jli"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2YFACCFxJUZcwTyNeXFB7u"
},
"href": "https://api.spotify.com/v1/artists/2YFACCFxJUZcwTyNeXFB7u",
"id": "2YFACCFxJUZcwTyNeXFB7u",
"name": "Lilia",
"type": "artist",
"uri": "spotify:artist:2YFACCFxJUZcwTyNeXFB7u"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2teM8h9gX1kXrju9nyuhxf"
},
"href": "https://api.spotify.com/v1/artists/2teM8h9gX1kXrju9nyuhxf",
"id": "2teM8h9gX1kXrju9nyuhxf",
"name": "Grand Pavilion",
"type": "artist",
"uri": "spotify:artist:2teM8h9gX1kXrju9nyuhxf"
}
],
"disc_number": 1,
"duration_ms": 213538,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7bnWUiy2GpukJQ8chdyehg"
},
"href": "https://api.spotify.com/v1/tracks/7bnWUiy2GpukJQ8chdyehg",
"id": "7bnWUiy2GpukJQ8chdyehg",
"is_local": false,
"name": "Daydream",
"preview_url": "https://p.scdn.co/mp3-preview/9e68ff11ea8cf58666b5d1153fe3f97769eec6a3?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:7bnWUiy2GpukJQ8chdyehg"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:7ml0ziZZIItwtMvT5t3Tv8"
},
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2Q1WubieQ4mTNNf4YOlFGh"
},
"href": "https://api.spotify.com/v1/artists/2Q1WubieQ4mTNNf4YOlFGh",
"id": "2Q1WubieQ4mTNNf4YOlFGh",
"name": "ÊMIA",
"type": "artist",
"uri": "spotify:artist:2Q1WubieQ4mTNNf4YOlFGh"
}
],
"copyrights": [
{
"text": "(C) 2021 ALT:Vision Records",
"type": "C"
},
{
"text": "(P) 2021 ALT:Vision Records",
"type": "P"
}
],
"external_ids": {
"upc": "195497383689"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/2IsPzEFI2dWDJdUsd6rIfG"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/2IsPzEFI2dWDJdUsd6rIfG",
"id": "2IsPzEFI2dWDJdUsd6rIfG",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b273eeb43743fc8741c0bef43cd4",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e02eeb43743fc8741c0bef43cd4",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d00004851eeb43743fc8741c0bef43cd4",
"width": 64
}
],
"label": "ALT:Vision Records",
"name": "The Way That I Do",
"popularity": 33,
"release_date": "2021-01-08",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/2IsPzEFI2dWDJdUsd6rIfG/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2Q1WubieQ4mTNNf4YOlFGh"
},
"href": "https://api.spotify.com/v1/artists/2Q1WubieQ4mTNNf4YOlFGh",
"id": "2Q1WubieQ4mTNNf4YOlFGh",
"name": "ÊMIA",
"type": "artist",
"uri": "spotify:artist:2Q1WubieQ4mTNNf4YOlFGh"
}
],
"disc_number": 1,
"duration_ms": 246959,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/3OMdFxHGE5Mb3PWIrKPgyE"
},
"href": "https://api.spotify.com/v1/tracks/3OMdFxHGE5Mb3PWIrKPgyE",
"id": "3OMdFxHGE5Mb3PWIrKPgyE",
"is_local": false,
"name": "The Way That I Do",
"preview_url": "https://p.scdn.co/mp3-preview/85fbd2a53063dbe71f85c3b980227475fab5542f?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:3OMdFxHGE5Mb3PWIrKPgyE"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:2IsPzEFI2dWDJdUsd6rIfG"
},
{
"album_type": "compilation",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of"
},
"href": "https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of",
"id": "0LyfQWJT6nXafLPZqxe9Of",
"name": "Various Artists",
"type": "artist",
"uri": "spotify:artist:0LyfQWJT6nXafLPZqxe9Of"
}
],
"external_urls": {
"spotify": "https://open.spotify.com/album/02iAc3JOQ8By35CpgMGBjX"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/02iAc3JOQ8By35CpgMGBjX",
"id": "02iAc3JOQ8By35CpgMGBjX",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b2732443328e58a0aabd853e99df",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e022443328e58a0aabd853e99df",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d000048512443328e58a0aabd853e99df",
"width": 64
}
],
"label": "Sony Music Media",
"name": "Radio adidas Original Presents: Hits & Remixes, Vol. 2",
"popularity": 31,
"release_date": "2013-06-17",
"release_date_precision": "day",
"total_tracks": 16,
"tracks": {
"href": "https://api.spotify.com/v1/albums/02iAc3JOQ8By35CpgMGBjX/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7CajNmpbOovFoOoasH2HaY"
},
"href": "https://api.spotify.com/v1/artists/7CajNmpbOovFoOoasH2HaY",
"id": "7CajNmpbOovFoOoasH2HaY",
"name": "Calvin Harris",
"type": "artist",
"uri": "spotify:artist:7CajNmpbOovFoOoasH2HaY"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/0X2BH1fck6amBIoJhDVmmJ"
},
"href": "https://api.spotify.com/v1/artists/0X2BH1fck6amBIoJhDVmmJ",
"id": "0X2BH1fck6amBIoJhDVmmJ",
"name": "Ellie Goulding",
"type": "artist",
"uri": "spotify:artist:0X2BH1fck6amBIoJhDVmmJ"
}
],
"type": "track",
"uri": "spotify:track:21OlSKwKmQXKpQZJwwdqNv"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/3fMbdgg4jU18AjLCKBhRSm"
},
"href": "https://api.spotify.com/v1/artists/3fMbdgg4jU18AjLCKBhRSm",
"id": "3fMbdgg4jU18AjLCKBhRSm",
"name": "Michael Jackson",
"type": "artist",
"uri": "spotify:artist:3fMbdgg4jU18AjLCKBhRSm"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4D75GcNG95ebPtNvoNVXhz"
},
"href": "https://api.spotify.com/v1/artists/4D75GcNG95ebPtNvoNVXhz",
"id": "4D75GcNG95ebPtNvoNVXhz",
"name": "Afrojack",
"type": "artist",
"uri": "spotify:artist:4D75GcNG95ebPtNvoNVXhz"
}
],
"name": "Bad - Remix By AfroJack-Club Mix",
"preview_url": "https://p.scdn.co/mp3-preview/25504faecfb3ee419e18c2c47e00b4db364927bc?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 2,
"type": "track",
"uri": "spotify:track:0T0uiHxS748rg7nLsF8phh"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5CCwRZC6euC8Odo6y9X8jr"
},
"href": "https://api.spotify.com/v1/artists/5CCwRZC6euC8Odo6y9X8jr",
"id": "5CCwRZC6euC8Odo6y9X8jr",
"name": "Rita Ora",
"type": "artist",
"uri": "spotify:artist:5CCwRZC6euC8Odo6y9X8jr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2YMB0FGsysOP5wOGJpXZom"
},
"href": "https://api.spotify.com/v1/artists/2YMB0FGsysOP5wOGJpXZom",
"id": "2YMB0FGsysOP5wOGJpXZom",
"name": "BAGGI",
"type": "artist",
"uri": "spotify:artist:2YMB0FGsysOP5wOGJpXZom"
}
],
"name": "Radioactive - Baggi Begovic Remix",
"preview_url": "https://p.scdn.co/mp3-preview/da7249a486825d3a36b56b9a0cb50e32d7d5dbd9?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 3,
"type": "track",
"uri": "spotify:track:3sGr9tWyTTNfISoCwp71ba"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/3BmGtnKgCSGYIUhmivXKWX"
},
"href": "https://api.spotify.com/v1/artists/3BmGtnKgCSGYIUhmivXKWX",
"id": "3BmGtnKgCSGYIUhmivXKWX",
"name": "Kelly Clarkson",
"type": "artist",
"uri": "spotify:artist:3BmGtnKgCSGYIUhmivXKWX"
}
],
"name": "Stronger (What Doesn't Kill You) - Nicky Romero Radio Mix",
"preview_url": "https://p.scdn.co/mp3-preview/ae95885365a3d55adb7c5de2d422c900def3fe0a?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 4,
"type": "track",
"uri": "spotify:track:1uqhOoyiaNdMtP1OFBqOi8"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2mpeljBig2IXLXRAFO9AAs"
},
"href": "https://api.spotify.com/v1/artists/2mpeljBig2IXLXRAFO9AAs",
"id": "2mpeljBig2IXLXRAFO9AAs",
"name": "Dido",
"type": "artist",
"uri": "spotify:artist:2mpeljBig2IXLXRAFO9AAs"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2OFEXARoSZyZLR6S0oV2R7"
},
"href": "https://api.spotify.com/v1/artists/2OFEXARoSZyZLR6S0oV2R7",
"id": "2OFEXARoSZyZLR6S0oV2R7",
"name": "Tom Swoon",
"type": "artist",
"uri": "spotify:artist:2OFEXARoSZyZLR6S0oV2R7"
}
],
"name": "No Freedom - Tom Swoon Remix",
"preview_url": "https://p.scdn.co/mp3-preview/1d3724c9be96b2de7f07fd666ea31ba5b27c0a91?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 5,
"type": "track",
"uri": "spotify:track:7xLlGpcrs4y4xePRRWCvM9"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7bXgB6jMjp9ATFy66eO08Z"
},
"href": "https://api.spotify.com/v1/artists/7bXgB6jMjp9ATFy66eO08Z",
"id": "7bXgB6jMjp9ATFy66eO08Z",
"name": "Chris Brown",
"type": "artist",
"uri": "spotify:artist:7bXgB6jMjp9ATFy66eO08Z"
}
],
"name": "Fine China",
"preview_url": "https://p.scdn.co/mp3-preview/c3ed180f4fbd271dddac8bfa30e512cfd8d88006?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 6,
"type": "track",
"uri": "spotify:track:5pfIpflP7teOFwJi2qkyOB"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/13ubrt8QOOCPljQ2FL1Kca"
},
"href": "https://api.spotify.com/v1/artists/13ubrt8QOOCPljQ2FL1Kca",
"id": "13ubrt8QOOCPljQ2FL1Kca",
"name": "A$AP Rocky",
"type": "artist",
"uri": "spotify:artist:13ubrt8QOOCPljQ2FL1Kca"
}
],
"name": "Long Live A$AP",
"preview_url": "https://p.scdn.co/mp3-preview/df6878b65976ff7a50b36c5f9993ad77382a0877?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 7,
"type": "track",
"uri": "spotify:track:7szGM0T6vDlhOJTej1fMG9"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7t51dSX8ZkKC7VoKRd0lME"
},
"href": "https://api.spotify.com/v1/artists/7t51dSX8ZkKC7VoKRd0lME",
"id": "7t51dSX8ZkKC7VoKRd0lME",
"name": "Asaf Avidan",
"type": "artist",
"uri": "spotify:artist:7t51dSX8ZkKC7VoKRd0lME"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5abaNg0SJPEF7EST0RjY9F"
},
"href": "https://api.spotify.com/v1/artists/5abaNg0SJPEF7EST0RjY9F",
"id": "5abaNg0SJPEF7EST0RjY9F",
"name": "The Mojos",
"type": "artist",
"uri": "spotify:artist:5abaNg0SJPEF7EST0RjY9F"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/01e2lCvLZ4fLUIRy68nptH"
},
"href": "https://api.spotify.com/v1/artists/01e2lCvLZ4fLUIRy68nptH",
"id": "01e2lCvLZ4fLUIRy68nptH",
"name": "Wankelmut",
"type": "artist",
"uri": "spotify:artist:01e2lCvLZ4fLUIRy68nptH"
}
],
"name": "Get a Job - Scissor Sisters Remix",
"preview_url": "https://p.scdn.co/mp3-preview/c946dd6f36baa2ef038f6aaa642033c8ded9fd3a?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 10,
"type": "track",
"uri": "spotify:track:34Sj6yNaEMcUupqJvMUrLF"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/3w4VAlllkAWI6m0AV0Gn6a"
},
"href": "https://api.spotify.com/v1/artists/3w4VAlllkAWI6m0AV0Gn6a",
"id": "3w4VAlllkAWI6m0AV0Gn6a",
"name": "Hurts",
"type": "artist",
"uri": "spotify:artist:3w4VAlllkAWI6m0AV0Gn6a"
}
],
"type": "track",
"uri": "spotify:track:6utMmmblOfTB1MJsp7bmXU"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/1buzCmyYZE4kcdLRudsb8V"
},
"href": "https://api.spotify.com/v1/artists/1buzCmyYZE4kcdLRudsb8V",
"id": "1buzCmyYZE4kcdLRudsb8V",
"name": "Mikky Ekko",
"type": "artist",
"uri": "spotify:artist:1buzCmyYZE4kcdLRudsb8V"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/535L79AFfG7LftyzVjTr5m"
},
"href": "https://api.spotify.com/v1/artists/535L79AFfG7LftyzVjTr5m",
"id": "535L79AFfG7LftyzVjTr5m",
"name": "Ryan Helmsworth",
"type": "artist",
"uri": "spotify:artist:535L79AFfG7LftyzVjTr5m"
}
],
"name": "Pull Me Down - Ryan Hemsworth Remix",
"preview_url": "https://p.scdn.co/mp3-preview/fd410c7d935855c3cc676651ff5b09ed5f8c1f31?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 12,
"type": "track",
"uri": "spotify:track:1DXyhgl3dRDsAE1mmFUz5R"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4XaUmUGjidSklcDHxv3XWf"
},
"href": "https://api.spotify.com/v1/artists/4XaUmUGjidSklcDHxv3XWf",
"id": "4XaUmUGjidSklcDHxv3XWf",
"name": "MS MR",
"type": "artist",
"uri": "spotify:artist:4XaUmUGjidSklcDHxv3XWf"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/3CjlHNtplJyTf9npxaPl5w"
},
"href": "https://api.spotify.com/v1/artists/3CjlHNtplJyTf9npxaPl5w",
"id": "3CjlHNtplJyTf9npxaPl5w",
"name": "CHVRCHES",
"type": "artist",
"uri": "spotify:artist:3CjlHNtplJyTf9npxaPl5w"
}
],
"name": "Hurricane - Chvrches Remix",
"preview_url": "https://p.scdn.co/mp3-preview/3ee3bb8b553acef2510fe95e278fcf70adf014db?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 13,
"type": "track",
"uri": "spotify:track:7AtbJDCGYdUfUAezTOQdqX"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7gjAu1qr5C2grXeQFFOGeh"
},
"href": "https://api.spotify.com/v1/artists/7gjAu1qr5C2grXeQFFOGeh",
"id": "7gjAu1qr5C2grXeQFFOGeh",
"name": "Passion Pit",
"type": "artist",
"uri": "spotify:artist:7gjAu1qr5C2grXeQFFOGeh"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/3VEqFWRt47xQAZJMBF3duQ"
},
"href": "https://api.spotify.com/v1/artists/3VEqFWRt47xQAZJMBF3duQ",
"id": "3VEqFWRt47xQAZJMBF3duQ",
"name": "Grum",
"type": "artist",
"uri": "spotify:artist:3VEqFWRt47xQAZJMBF3duQ"
}
],
"name": "Sleepyhead - Grum Radio Edit",
"preview_url": "https://p.scdn.co/mp3-preview/866670c1e22fddfb7697484b8aea8d8f749c4d0a?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 14,
"type": "track",
"uri": "spotify:track:21qS1QLnVjGqXYe6ozSZhz"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/05jcn5u3ZDqfA1QfdKx2Y8"
},
"href": "https://api.spotify.com/v1/artists/05jcn5u3ZDqfA1QfdKx2Y8",
"id": "05jcn5u3ZDqfA1QfdKx2Y8",
"name": "Owlle",
"type": "artist",
"uri": "spotify:artist:05jcn5u3ZDqfA1QfdKx2Y8"
}
],
"name": "Disorder - Moonlight matters remix",
"preview_url": "https://p.scdn.co/mp3-preview/7e78202f4c880391481b45409aeeb3159209c60b?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 15,
"type": "track",
"uri": "spotify:track:7glDvfUFyPdDtQppBsZMVH"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/23zg3TcAtWQy7J6upgbUnj"
},
"href": "https://api.spotify.com/v1/artists/23zg3TcAtWQy7J6upgbUnj",
"id": "23zg3TcAtWQy7J6upgbUnj",
"name": "Usher",
"type": "artist",
"uri": "spotify:artist:23zg3TcAtWQy7J6upgbUnj"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2AmHV6vxRxvHdlxSHxnHE9"
},
"href": "https://api.spotify.com/v1/artists/2AmHV6vxRxvHdlxSHxnHE9",
"id": "2AmHV6vxRxvHdlxSHxnHE9",
"name": "Matt Lange",
"type": "artist",
"uri": "spotify:artist:2AmHV6vxRxvHdlxSHxnHE9"
}
],
"name": "Numb - Matt Lange Remix",
"preview_url": "https://p.scdn.co/mp3-preview/3b61b677799170f4bfd95cad926363249a8f1a7c?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 16,
"type": "track",
"uri": "spotify:track:4XoMU6onihrvf3STIM4jko"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 16
},
"type": "album",
"uri": "spotify:album:02iAc3JOQ8By35CpgMGBjX"
},
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4iylWAhvTVtSVhIeAoM7Bl"
},
"href": "https://api.spotify.com/v1/artists/4iylWAhvTVtSVhIeAoM7Bl",
"id": "4iylWAhvTVtSVhIeAoM7Bl",
"name": "weird inside",
"type": "artist",
"uri": "spotify:artist:4iylWAhvTVtSVhIeAoM7Bl"
}
],
"copyrights": [
{
"text": "2020 Chillhop Music",
"type": "C"
},
{
"text": "2020 Chillhop Publishing",
"type": "P"
}
],
"external_ids": {
"upc": "0745051297985"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/2M4HK7QzCZACbK0X3sztMR"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/2M4HK7QzCZACbK0X3sztMR",
"id": "2M4HK7QzCZACbK0X3sztMR",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b273a7a9f66bd2ceab2fde6ab448",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e02a7a9f66bd2ceab2fde6ab448",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d00004851a7a9f66bd2ceab2fde6ab448",
"width": 64
}
],
"label": "Chillhop Music",
"name": "Wrong Way",
"popularity": 29,
"release_date": "2020-06-11",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/2M4HK7QzCZACbK0X3sztMR/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4iylWAhvTVtSVhIeAoM7Bl"
},
"href": "https://api.spotify.com/v1/artists/4iylWAhvTVtSVhIeAoM7Bl",
"id": "4iylWAhvTVtSVhIeAoM7Bl",
"name": "weird inside",
"type": "artist",
"uri": "spotify:artist:4iylWAhvTVtSVhIeAoM7Bl"
}
],
"disc_number": 1,
"duration_ms": 141750,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/36EfVHIxA5r4Wh7n3j4dvI"
},
"href": "https://api.spotify.com/v1/tracks/36EfVHIxA5r4Wh7n3j4dvI",
"id": "36EfVHIxA5r4Wh7n3j4dvI",
"is_local": false,
"name": "Wrong Way",
"preview_url": "https://p.scdn.co/mp3-preview/517ad4aec61178252b482d5edfcede41c70fabd2?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:36EfVHIxA5r4Wh7n3j4dvI"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:2M4HK7QzCZACbK0X3sztMR"
},
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6QrQ7OrISRYIfS5mtacaw2"
},
"href": "https://api.spotify.com/v1/artists/6QrQ7OrISRYIfS5mtacaw2",
"id": "6QrQ7OrISRYIfS5mtacaw2",
"name": "Jaymes Young",
"type": "artist",
"uri": "spotify:artist:6QrQ7OrISRYIfS5mtacaw2"
}
],
"copyrights": [
{
"text": "© 2019 Please Rewind / Atlantic Recording Corporation for the United States and WEA International Inc. for the world outside of the United States. A Warner Music Group Company",
"type": "C"
},
{
"text": "℗ 2019 Please Rewind / Atlantic Recording Corporation for the United States and WEA International Inc. for the world outside of the United States. A Warner Music Group Company",
"type": "P"
}
],
"external_ids": {
"upc": "075679843128"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/2LJiFAtg7CyHrkUGr4mwGl"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/2LJiFAtg7CyHrkUGr4mwGl",
"id": "2LJiFAtg7CyHrkUGr4mwGl",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b2730e423d98a00610e237fe40ab",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e020e423d98a00610e237fe40ab",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d000048510e423d98a00610e237fe40ab",
"width": 64
}
],
"label": "Please Rewind/Atlantic",
"name": "Happiest Year",
"popularity": 78,
"release_date": "2019-07-12",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/2LJiFAtg7CyHrkUGr4mwGl/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6QrQ7OrISRYIfS5mtacaw2"
},
"href": "https://api.spotify.com/v1/artists/6QrQ7OrISRYIfS5mtacaw2",
"id": "6QrQ7OrISRYIfS5mtacaw2",
"name": "Jaymes Young",
"type": "artist",
"uri": "spotify:artist:6QrQ7OrISRYIfS5mtacaw2"
}
],
"disc_number": 1,
"duration_ms": 228442,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5kcvBnt6DPX3AMEsCx1qDh"
},
"href": "https://api.spotify.com/v1/tracks/5kcvBnt6DPX3AMEsCx1qDh",
"id": "5kcvBnt6DPX3AMEsCx1qDh",
"is_local": false,
"name": "Happiest Year",
"preview_url": "https://p.scdn.co/mp3-preview/7fb991b746b4002213e5929b81c89502144ea7de?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:5kcvBnt6DPX3AMEsCx1qDh"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:2LJiFAtg7CyHrkUGr4mwGl"
},
{
"album_type": "album",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"copyrights": [
{
"text": "(C) 2018 Parra for Cuva",
"type": "C"
},
{
"text": "(P) 2018 Parra for Cuva",
"type": "P"
}
],
"external_ids": {
"upc": "5054526984592"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/3MU6jFjtsZGqZifGaJqE6z"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/3MU6jFjtsZGqZifGaJqE6z",
"id": "3MU6jFjtsZGqZifGaJqE6z",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b27343750c08d2327293cf5b0d03",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e0243750c08d2327293cf5b0d03",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d0000485143750c08d2327293cf5b0d03",
"width": 64
}
],
"label": "Parra for Cuva",
"name": "Paspatou",
"popularity": 60,
"release_date": "2018-11-22",
"release_date_precision": "day",
"total_tracks": 12,
"tracks": {
"href": "https://api.spotify.com/v1/albums/3MU6jFjtsZGqZifGaJqE6z/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 269400,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/0q1pkKvBMInZxxUzjuIrdf"
},
"href": "https://api.spotify.com/v1/tracks/0q1pkKvBMInZxxUzjuIrdf",
"id": "0q1pkKvBMInZxxUzjuIrdf",
"is_local": false,
"name": "Paspatou",
"preview_url": "https://p.scdn.co/mp3-preview/560b4f521092948ca3c9a54e767248b12534468d?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:0q1pkKvBMInZxxUzjuIrdf"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 247954,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/6ezfPcUAN8UH6FaQbFfLSp"
},
"href": "https://api.spotify.com/v1/tracks/6ezfPcUAN8UH6FaQbFfLSp",
"id": "6ezfPcUAN8UH6FaQbFfLSp",
"is_local": false,
"name": "Out Here with Us",
"preview_url": "https://p.scdn.co/mp3-preview/382e1965c6c8b69a8cfff5cb177e64de50823d56?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 2,
"type": "track",
"uri": "spotify:track:6ezfPcUAN8UH6FaQbFfLSp"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 237161,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5TcMFbQr7QIEicTUEnRRCT"
},
"href": "https://api.spotify.com/v1/tracks/5TcMFbQr7QIEicTUEnRRCT",
"id": "5TcMFbQr7QIEicTUEnRRCT",
"is_local": false,
"name": "Useless Magic",
"preview_url": "https://p.scdn.co/mp3-preview/40625b4e7912a2fbe729d67655a80b0b553a90ac?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 3,
"type": "track",
"uri": "spotify:track:5TcMFbQr7QIEicTUEnRRCT"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 365391,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/76J87q672PfsZtaKcS6qzH"
},
"href": "https://api.spotify.com/v1/tracks/76J87q672PfsZtaKcS6qzH",
"id": "76J87q672PfsZtaKcS6qzH",
"is_local": false,
"name": "Cupa Cupa",
"preview_url": "https://p.scdn.co/mp3-preview/65288f9e7a8c1d3d4aaff24a1f5cf7da47da15e7?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 4,
"type": "track",
"uri": "spotify:track:76J87q672PfsZtaKcS6qzH"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 302945,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/0NjpQ1f90M1MzC96qJWT0j"
},
"href": "https://api.spotify.com/v1/tracks/0NjpQ1f90M1MzC96qJWT0j",
"id": "0NjpQ1f90M1MzC96qJWT0j",
"is_local": false,
"name": "Temperature of Traveling",
"preview_url": "https://p.scdn.co/mp3-preview/4006dc74266845de116190fe0190bc3d86039ae6?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 5,
"type": "track",
"uri": "spotify:track:0NjpQ1f90M1MzC96qJWT0j"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5JemCTLtWGot2sBW59JipT"
},
"href": "https://api.spotify.com/v1/artists/5JemCTLtWGot2sBW59JipT",
"id": "5JemCTLtWGot2sBW59JipT",
"name": "May",
"type": "artist",
"uri": "spotify:artist:5JemCTLtWGot2sBW59JipT"
}
],
"disc_number": 1,
"duration_ms": 233049,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/6pNmrtMOnV2aO6uasiYX9g"
},
"href": "https://api.spotify.com/v1/tracks/6pNmrtMOnV2aO6uasiYX9g",
"id": "6pNmrtMOnV2aO6uasiYX9g",
"is_local": false,
"name": "Cleopatra",
"preview_url": "https://p.scdn.co/mp3-preview/0de3669fc0f6e487c7a882695b1710cadbc51b03?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 6,
"type": "track",
"uri": "spotify:track:6pNmrtMOnV2aO6uasiYX9g"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 252604,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/2o8mfj3u5z0j33jSogRFWP"
},
"href": "https://api.spotify.com/v1/tracks/2o8mfj3u5z0j33jSogRFWP",
"id": "2o8mfj3u5z0j33jSogRFWP",
"is_local": false,
"name": "Of Wonder",
"preview_url": "https://p.scdn.co/mp3-preview/6fa15027aafd6d19633737016ff24c920e32861e?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 7,
"type": "track",
"uri": "spotify:track:2o8mfj3u5z0j33jSogRFWP"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 264364,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7uv9p5lKtpsqg9XIerQ6bV"
},
"href": "https://api.spotify.com/v1/tracks/7uv9p5lKtpsqg9XIerQ6bV",
"id": "7uv9p5lKtpsqg9XIerQ6bV",
"is_local": false,
"name": "Harp Song",
"preview_url": "https://p.scdn.co/mp3-preview/6b6ddf2764308516f6ba852e0061a9f176c0e18e?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 8,
"type": "track",
"uri": "spotify:track:7uv9p5lKtpsqg9XIerQ6bV"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5KUQvrLxw5aYfTey6BKCP5"
},
"href": "https://api.spotify.com/v1/artists/5KUQvrLxw5aYfTey6BKCP5",
"id": "5KUQvrLxw5aYfTey6BKCP5",
"name": "m.lost",
"type": "artist",
"uri": "spotify:artist:5KUQvrLxw5aYfTey6BKCP5"
}
],
"disc_number": 1,
"duration_ms": 319574,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/3jw9ssnG10tcP5V8IgK17r"
},
"href": "https://api.spotify.com/v1/tracks/3jw9ssnG10tcP5V8IgK17r",
"id": "3jw9ssnG10tcP5V8IgK17r",
"is_local": false,
"name": "Miss is Ou",
"preview_url": "https://p.scdn.co/mp3-preview/46c5876bc42d3bbe4ae38b75564849eae8789667?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 9,
"type": "track",
"uri": "spotify:track:3jw9ssnG10tcP5V8IgK17r"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 373975,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5sTcZICFvh6hbVC9WbzjaK"
},
"href": "https://api.spotify.com/v1/tracks/5sTcZICFvh6hbVC9WbzjaK",
"id": "5sTcZICFvh6hbVC9WbzjaK",
"is_local": false,
"name": "Nevis",
"preview_url": "https://p.scdn.co/mp3-preview/a371a96b0fc0639fc32e0bc33d656d97be37f471?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 10,
"type": "track",
"uri": "spotify:track:5sTcZICFvh6hbVC9WbzjaK"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 310101,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/4jucy8EhDbxhHZ5YZPak80"
},
"href": "https://api.spotify.com/v1/tracks/4jucy8EhDbxhHZ5YZPak80",
"id": "4jucy8EhDbxhHZ5YZPak80",
"is_local": false,
"name": "Seven Temples",
"preview_url": "https://p.scdn.co/mp3-preview/f5d69a1c8cd20b6438bab258b51e7d32c5e2b940?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 11,
"type": "track",
"uri": "spotify:track:4jucy8EhDbxhHZ5YZPak80"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5JemCTLtWGot2sBW59JipT"
},
"href": "https://api.spotify.com/v1/artists/5JemCTLtWGot2sBW59JipT",
"id": "5JemCTLtWGot2sBW59JipT",
"name": "May",
"type": "artist",
"uri": "spotify:artist:5JemCTLtWGot2sBW59JipT"
}
],
"disc_number": 1,
"duration_ms": 298319,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/2wgNZY743AvAsOwDtIpp9w"
},
"href": "https://api.spotify.com/v1/tracks/2wgNZY743AvAsOwDtIpp9w",
"id": "2wgNZY743AvAsOwDtIpp9w",
"is_local": false,
"name": "While You Sleep",
"preview_url": "https://p.scdn.co/mp3-preview/bde1aed3e7e447072e38fb69d434bfd2eb25be24?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 12,
"type": "track",
"uri": "spotify:track:2wgNZY743AvAsOwDtIpp9w"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 12
},
"type": "album",
"uri": "spotify:album:3MU6jFjtsZGqZifGaJqE6z"
},
{
"album_type": "album",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"copyrights": [
{
"text": "(C) 2018 Parra for Cuva",
"type": "C"
},
{
"text": "(P) 2018 Parra for Cuva",
"type": "P"
}
],
"external_ids": {
"upc": "5054526984592"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/3MU6jFjtsZGqZifGaJqE6z"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/3MU6jFjtsZGqZifGaJqE6z",
"id": "3MU6jFjtsZGqZifGaJqE6z",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b27343750c08d2327293cf5b0d03",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e0243750c08d2327293cf5b0d03",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d0000485143750c08d2327293cf5b0d03",
"width": 64
}
],
"label": "Parra for Cuva",
"name": "Paspatou",
"popularity": 60,
"release_date": "2018-11-22",
"release_date_precision": "day",
"total_tracks": 12,
"tracks": {
"href": "https://api.spotify.com/v1/albums/3MU6jFjtsZGqZifGaJqE6z/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 269400,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/0q1pkKvBMInZxxUzjuIrdf"
},
"href": "https://api.spotify.com/v1/tracks/0q1pkKvBMInZxxUzjuIrdf",
"id": "0q1pkKvBMInZxxUzjuIrdf",
"is_local": false,
"name": "Paspatou",
"preview_url": "https://p.scdn.co/mp3-preview/560b4f521092948ca3c9a54e767248b12534468d?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:0q1pkKvBMInZxxUzjuIrdf"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 247954,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/6ezfPcUAN8UH6FaQbFfLSp"
},
"href": "https://api.spotify.com/v1/tracks/6ezfPcUAN8UH6FaQbFfLSp",
"id": "6ezfPcUAN8UH6FaQbFfLSp",
"is_local": false,
"name": "Out Here with Us",
"preview_url": "https://p.scdn.co/mp3-preview/382e1965c6c8b69a8cfff5cb177e64de50823d56?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 2,
"type": "track",
"uri": "spotify:track:6ezfPcUAN8UH6FaQbFfLSp"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 237161,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5TcMFbQr7QIEicTUEnRRCT"
},
"href": "https://api.spotify.com/v1/tracks/5TcMFbQr7QIEicTUEnRRCT",
"id": "5TcMFbQr7QIEicTUEnRRCT",
"is_local": false,
"name": "Useless Magic",
"preview_url": "https://p.scdn.co/mp3-preview/40625b4e7912a2fbe729d67655a80b0b553a90ac?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 3,
"type": "track",
"uri": "spotify:track:5TcMFbQr7QIEicTUEnRRCT"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 365391,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/76J87q672PfsZtaKcS6qzH"
},
"href": "https://api.spotify.com/v1/tracks/76J87q672PfsZtaKcS6qzH",
"id": "76J87q672PfsZtaKcS6qzH",
"is_local": false,
"name": "Cupa Cupa",
"preview_url": "https://p.scdn.co/mp3-preview/65288f9e7a8c1d3d4aaff24a1f5cf7da47da15e7?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 4,
"type": "track",
"uri": "spotify:track:76J87q672PfsZtaKcS6qzH"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 302945,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/0NjpQ1f90M1MzC96qJWT0j"
},
"href": "https://api.spotify.com/v1/tracks/0NjpQ1f90M1MzC96qJWT0j",
"id": "0NjpQ1f90M1MzC96qJWT0j",
"is_local": false,
"name": "Temperature of Traveling",
"preview_url": "https://p.scdn.co/mp3-preview/4006dc74266845de116190fe0190bc3d86039ae6?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 5,
"type": "track",
"uri": "spotify:track:0NjpQ1f90M1MzC96qJWT0j"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5JemCTLtWGot2sBW59JipT"
},
"href": "https://api.spotify.com/v1/artists/5JemCTLtWGot2sBW59JipT",
"id": "5JemCTLtWGot2sBW59JipT",
"name": "May",
"type": "artist",
"uri": "spotify:artist:5JemCTLtWGot2sBW59JipT"
}
],
"disc_number": 1,
"duration_ms": 233049,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/6pNmrtMOnV2aO6uasiYX9g"
},
"href": "https://api.spotify.com/v1/tracks/6pNmrtMOnV2aO6uasiYX9g",
"id": "6pNmrtMOnV2aO6uasiYX9g",
"is_local": false,
"name": "Cleopatra",
"preview_url": "https://p.scdn.co/mp3-preview/0de3669fc0f6e487c7a882695b1710cadbc51b03?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 6,
"type": "track",
"uri": "spotify:track:6pNmrtMOnV2aO6uasiYX9g"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 252604,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/2o8mfj3u5z0j33jSogRFWP"
},
"href": "https://api.spotify.com/v1/tracks/2o8mfj3u5z0j33jSogRFWP",
"id": "2o8mfj3u5z0j33jSogRFWP",
"is_local": false,
"name": "Of Wonder",
"preview_url": "https://p.scdn.co/mp3-preview/6fa15027aafd6d19633737016ff24c920e32861e?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 7,
"type": "track",
"uri": "spotify:track:2o8mfj3u5z0j33jSogRFWP"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 264364,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7uv9p5lKtpsqg9XIerQ6bV"
},
"href": "https://api.spotify.com/v1/tracks/7uv9p5lKtpsqg9XIerQ6bV",
"id": "7uv9p5lKtpsqg9XIerQ6bV",
"is_local": false,
"name": "Harp Song",
"preview_url": "https://p.scdn.co/mp3-preview/6b6ddf2764308516f6ba852e0061a9f176c0e18e?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 8,
"type": "track",
"uri": "spotify:track:7uv9p5lKtpsqg9XIerQ6bV"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5KUQvrLxw5aYfTey6BKCP5"
},
"href": "https://api.spotify.com/v1/artists/5KUQvrLxw5aYfTey6BKCP5",
"id": "5KUQvrLxw5aYfTey6BKCP5",
"name": "m.lost",
"type": "artist",
"uri": "spotify:artist:5KUQvrLxw5aYfTey6BKCP5"
}
],
"disc_number": 1,
"duration_ms": 319574,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/3jw9ssnG10tcP5V8IgK17r"
},
"href": "https://api.spotify.com/v1/tracks/3jw9ssnG10tcP5V8IgK17r",
"id": "3jw9ssnG10tcP5V8IgK17r",
"is_local": false,
"name": "Miss is Ou",
"preview_url": "https://p.scdn.co/mp3-preview/46c5876bc42d3bbe4ae38b75564849eae8789667?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 9,
"type": "track",
"uri": "spotify:track:3jw9ssnG10tcP5V8IgK17r"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 373975,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5sTcZICFvh6hbVC9WbzjaK"
},
"href": "https://api.spotify.com/v1/tracks/5sTcZICFvh6hbVC9WbzjaK",
"id": "5sTcZICFvh6hbVC9WbzjaK",
"is_local": false,
"name": "Nevis",
"preview_url": "https://p.scdn.co/mp3-preview/a371a96b0fc0639fc32e0bc33d656d97be37f471?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 10,
"type": "track",
"uri": "spotify:track:5sTcZICFvh6hbVC9WbzjaK"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 310101,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/4jucy8EhDbxhHZ5YZPak80"
},
"href": "https://api.spotify.com/v1/tracks/4jucy8EhDbxhHZ5YZPak80",
"id": "4jucy8EhDbxhHZ5YZPak80",
"is_local": false,
"name": "Seven Temples",
"preview_url": "https://p.scdn.co/mp3-preview/f5d69a1c8cd20b6438bab258b51e7d32c5e2b940?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 11,
"type": "track",
"uri": "spotify:track:4jucy8EhDbxhHZ5YZPak80"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5JemCTLtWGot2sBW59JipT"
},
"href": "https://api.spotify.com/v1/artists/5JemCTLtWGot2sBW59JipT",
"id": "5JemCTLtWGot2sBW59JipT",
"name": "May",
"type": "artist",
"uri": "spotify:artist:5JemCTLtWGot2sBW59JipT"
}
],
"disc_number": 1,
"duration_ms": 298319,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/2wgNZY743AvAsOwDtIpp9w"
},
"href": "https://api.spotify.com/v1/tracks/2wgNZY743AvAsOwDtIpp9w",
"id": "2wgNZY743AvAsOwDtIpp9w",
"is_local": false,
"name": "While You Sleep",
"preview_url": "https://p.scdn.co/mp3-preview/bde1aed3e7e447072e38fb69d434bfd2eb25be24?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 12,
"type": "track",
"uri": "spotify:track:2wgNZY743AvAsOwDtIpp9w"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 12
},
"type": "album",
"uri": "spotify:album:3MU6jFjtsZGqZifGaJqE6z"
},
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"copyrights": [
{
"text": "2020 Cercle Records",
"type": "C"
},
{
"text": "2020 Parra for Cuva under exclusive licence to Cercle Records",
"type": "P"
}
],
"external_ids": {
"upc": "3616550663137"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/1DElDXosVfJvgArfUOsQYQ"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/1DElDXosVfJvgArfUOsQYQ",
"id": "1DElDXosVfJvgArfUOsQYQ",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b2735ae0e774c3d98229c37174c1",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e025ae0e774c3d98229c37174c1",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d000048515ae0e774c3d98229c37174c1",
"width": 64
}
],
"label": "Cercle Records",
"name": "Sumidero",
"popularity": 44,
"release_date": "2020-12-03",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/1DElDXosVfJvgArfUOsQYQ/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
}
],
"disc_number": 1,
"duration_ms": 298492,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/1ZcT9DpO9dPmW3wov6Tlze"
},
"href": "https://api.spotify.com/v1/tracks/1ZcT9DpO9dPmW3wov6Tlze",
"id": "1ZcT9DpO9dPmW3wov6Tlze",
"is_local": false,
"name": "Sumidero",
"preview_url": "https://p.scdn.co/mp3-preview/103664e6313ccdcacbe8d152cfb0a28ad2fa948a?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:1ZcT9DpO9dPmW3wov6Tlze"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:1DElDXosVfJvgArfUOsQYQ"
},
{
"album_type": "album",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"copyrights": [
{
"text": "2016 Project: Mooncircle",
"type": "C"
},
{
"text": "2016 Project: Mooncircle",
"type": "P"
}
],
"external_ids": {
"upc": "4260116725983"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/1qSDJKM4IWSDukfSxcfgVo"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/1qSDJKM4IWSDukfSxcfgVo",
"id": "1qSDJKM4IWSDukfSxcfgVo",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b273ac890020186c59d68735fe64",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e02ac890020186c59d68735fe64",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d00004851ac890020186c59d68735fe64",
"width": 64
}
],
"label": "Project Mooncircle",
"name": "Darwis",
"popularity": 42,
"release_date": "2016-05-27",
"release_date_precision": "day",
"total_tracks": 14,
"tracks": {
"href": "https://api.spotify.com/v1/albums/1qSDJKM4IWSDukfSxcfgVo/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 299153,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/6NkLrjCigAXFaM3EvyzuT3"
},
"href": "https://api.spotify.com/v1/tracks/6NkLrjCigAXFaM3EvyzuT3",
"id": "6NkLrjCigAXFaM3EvyzuT3",
"is_local": false,
"name": "Sacred Feathers",
"preview_url": "https://p.scdn.co/mp3-preview/7ea7c6d6a5ca9b7bfe5c465bcbee1096b79e6b11?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:6NkLrjCigAXFaM3EvyzuT3"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 381786,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/1iSlIKjJAOJEhuyHz0Qnki"
},
"href": "https://api.spotify.com/v1/tracks/1iSlIKjJAOJEhuyHz0Qnki",
"id": "1iSlIKjJAOJEhuyHz0Qnki",
"is_local": false,
"name": "Quadrant",
"preview_url": "https://p.scdn.co/mp3-preview/7977ae50a764226a6aa3559aa74c714e9843e229?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 2,
"type": "track",
"uri": "spotify:track:1iSlIKjJAOJEhuyHz0Qnki"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 248136,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/4TiAuFOyPeLx4AYrukCm1K"
},
"href": "https://api.spotify.com/v1/tracks/4TiAuFOyPeLx4AYrukCm1K",
"id": "4TiAuFOyPeLx4AYrukCm1K",
"is_local": false,
"name": "Yuyun",
"preview_url": "https://p.scdn.co/mp3-preview/4046fb6a76a5f35f3c25185d9db47d511206ae03?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 3,
"type": "track",
"uri": "spotify:track:4TiAuFOyPeLx4AYrukCm1K"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 243641,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/3f2IQHJJ8orCrKaWDwpF0P"
},
"href": "https://api.spotify.com/v1/tracks/3f2IQHJJ8orCrKaWDwpF0P",
"id": "3f2IQHJJ8orCrKaWDwpF0P",
"is_local": false,
"name": "Ellajazz",
"preview_url": "https://p.scdn.co/mp3-preview/04efeaf6c35b9cf43d0d9cb2d4e5e422948b72c3?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 4,
"type": "track",
"uri": "spotify:track:3f2IQHJJ8orCrKaWDwpF0P"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 69891,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/48WOKrWaC1ekCvyKZiJCry"
},
"href": "https://api.spotify.com/v1/tracks/48WOKrWaC1ekCvyKZiJCry",
"id": "48WOKrWaC1ekCvyKZiJCry",
"is_local": false,
"name": "Little Wave",
"preview_url": "https://p.scdn.co/mp3-preview/a61b2e33ff428955c7aa8ee18d3aea2e82b42f83?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 5,
"type": "track",
"uri": "spotify:track:48WOKrWaC1ekCvyKZiJCry"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 280280,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/0RpMijtwqh6LUMG5m4EDBW"
},
"href": "https://api.spotify.com/v1/tracks/0RpMijtwqh6LUMG5m4EDBW",
"id": "0RpMijtwqh6LUMG5m4EDBW",
"is_local": false,
"name": "Auryn",
"preview_url": "https://p.scdn.co/mp3-preview/027d3672ff7618cccef91f08bd40b792f83cfff8?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 6,
"type": "track",
"uri": "spotify:track:0RpMijtwqh6LUMG5m4EDBW"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 684717,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/3umYmwViJhbwTTgPIlfWMG"
},
"href": "https://api.spotify.com/v1/tracks/3umYmwViJhbwTTgPIlfWMG",
"id": "3umYmwViJhbwTTgPIlfWMG",
"is_local": false,
"name": "Darwis",
"preview_url": "https://p.scdn.co/mp3-preview/e127072686c16967567fe26775d2c76aebe008eb?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 7,
"type": "track",
"uri": "spotify:track:3umYmwViJhbwTTgPIlfWMG"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 109456,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/3yAY0S44gQicBPXru2tS65"
},
"href": "https://api.spotify.com/v1/tracks/3yAY0S44gQicBPXru2tS65",
"id": "3yAY0S44gQicBPXru2tS65",
"is_local": false,
"name": "No Home",
"preview_url": "https://p.scdn.co/mp3-preview/97a2f8067561f3c98bb1ba41f2ad27635a137966?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 8,
"type": "track",
"uri": "spotify:track:3yAY0S44gQicBPXru2tS65"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 262461,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/0VW7CpgSXhsM7x2Lg5i5P3"
},
"href": "https://api.spotify.com/v1/tracks/0VW7CpgSXhsM7x2Lg5i5P3",
"id": "0VW7CpgSXhsM7x2Lg5i5P3",
"is_local": false,
"name": "Reality",
"preview_url": "https://p.scdn.co/mp3-preview/99f32e8e3510a70730987460cd08c4577e085c5d?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 9,
"type": "track",
"uri": "spotify:track:0VW7CpgSXhsM7x2Lg5i5P3"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 265007,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/1blLrLBeyX9JQNAOf8OOuy"
},
"href": "https://api.spotify.com/v1/tracks/1blLrLBeyX9JQNAOf8OOuy",
"id": "1blLrLBeyX9JQNAOf8OOuy",
"is_local": false,
"name": "Celestial Charts",
"preview_url": "https://p.scdn.co/mp3-preview/22e0e0284aa30dfb930fe6d03b609494b5733b0f?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 10,
"type": "track",
"uri": "spotify:track:1blLrLBeyX9JQNAOf8OOuy"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 288682,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7q5TfmGwrMNZAJW8FtlmTa"
},
"href": "https://api.spotify.com/v1/tracks/7q5TfmGwrMNZAJW8FtlmTa",
"id": "7q5TfmGwrMNZAJW8FtlmTa",
"is_local": false,
"name": "The Walk",
"preview_url": "https://p.scdn.co/mp3-preview/38e071ee16bda16b8d00e1f287261b8abf3807a5?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 11,
"type": "track",
"uri": "spotify:track:7q5TfmGwrMNZAJW8FtlmTa"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 241380,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/3QLd96KKnastTS0Y2Gnzyg"
},
"href": "https://api.spotify.com/v1/tracks/3QLd96KKnastTS0Y2Gnzyg",
"id": "3QLd96KKnastTS0Y2Gnzyg",
"is_local": false,
"name": "Syu",
"preview_url": "https://p.scdn.co/mp3-preview/d935503c9ed66e3172a50499c34b2440540fa74e?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 12,
"type": "track",
"uri": "spotify:track:3QLd96KKnastTS0Y2Gnzyg"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 40269,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5L0z54EWgXKYkDOHoBX0Ss"
},
"href": "https://api.spotify.com/v1/tracks/5L0z54EWgXKYkDOHoBX0Ss",
"id": "5L0z54EWgXKYkDOHoBX0Ss",
"is_local": false,
"name": "U1",
"preview_url": "https://p.scdn.co/mp3-preview/93594c32502c7c215930623531b3dc68807b0bc7?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 13,
"type": "track",
"uri": "spotify:track:5L0z54EWgXKYkDOHoBX0Ss"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/238y1dKPtMeFEpX3Y6H1Vr"
},
"href": "https://api.spotify.com/v1/artists/238y1dKPtMeFEpX3Y6H1Vr",
"id": "238y1dKPtMeFEpX3Y6H1Vr",
"name": "Parra for Cuva",
"type": "artist",
"uri": "spotify:artist:238y1dKPtMeFEpX3Y6H1Vr"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2IgW5duUmZ4rWI0SQEPDmQ"
},
"href": "https://api.spotify.com/v1/artists/2IgW5duUmZ4rWI0SQEPDmQ",
"id": "2IgW5duUmZ4rWI0SQEPDmQ",
"name": "Senoy",
"type": "artist",
"uri": "spotify:artist:2IgW5duUmZ4rWI0SQEPDmQ"
}
],
"disc_number": 1,
"duration_ms": 553700,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/4wwichvHmW0XRHdZRpS3JC"
},
"href": "https://api.spotify.com/v1/tracks/4wwichvHmW0XRHdZRpS3JC",
"id": "4wwichvHmW0XRHdZRpS3JC",
"is_local": false,
"name": "OnoM",
"preview_url": "https://p.scdn.co/mp3-preview/b991d782e948a5a9b2cbc91ce826f9c77816dc5a?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 14,
"type": "track",
"uri": "spotify:track:4wwichvHmW0XRHdZRpS3JC"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 14
},
"type": "album",
"uri": "spotify:album:1qSDJKM4IWSDukfSxcfgVo"
},
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/757FXqX0Osk2pqtgv4E5v4"
},
"href": "https://api.spotify.com/v1/artists/757FXqX0Osk2pqtgv4E5v4",
"id": "757FXqX0Osk2pqtgv4E5v4",
"name": "Nurko",
"type": "artist",
"uri": "spotify:artist:757FXqX0Osk2pqtgv4E5v4"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/3ppkM4QtM781APpaX7H9t7"
},
"href": "https://api.spotify.com/v1/artists/3ppkM4QtM781APpaX7H9t7",
"id": "3ppkM4QtM781APpaX7H9t7",
"name": "Dia Frampton",
"type": "artist",
"uri": "spotify:artist:3ppkM4QtM781APpaX7H9t7"
}
],
"copyrights": [
{
"text": "© 2020 Proximity",
"type": "C"
},
{
"text": "℗ 2020 Proximity",
"type": "P"
}
],
"external_ids": {
"upc": "192641439667"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/5wc6pjh7Jy6FzfE2fH30hE"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/5wc6pjh7Jy6FzfE2fH30hE",
"id": "5wc6pjh7Jy6FzfE2fH30hE",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b27355c34c18dad2c36c228977ca",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e0255c34c18dad2c36c228977ca",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d0000485155c34c18dad2c36c228977ca",
"width": 64
}
],
"label": "Proximity",
"name": "Faith",
"popularity": 47,
"release_date": "2020-03-04",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/5wc6pjh7Jy6FzfE2fH30hE/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/757FXqX0Osk2pqtgv4E5v4"
},
"href": "https://api.spotify.com/v1/artists/757FXqX0Osk2pqtgv4E5v4",
"id": "757FXqX0Osk2pqtgv4E5v4",
"name": "Nurko",
"type": "artist",
"uri": "spotify:artist:757FXqX0Osk2pqtgv4E5v4"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/3ppkM4QtM781APpaX7H9t7"
},
"href": "https://api.spotify.com/v1/artists/3ppkM4QtM781APpaX7H9t7",
"id": "3ppkM4QtM781APpaX7H9t7",
"name": "Dia Frampton",
"type": "artist",
"uri": "spotify:artist:3ppkM4QtM781APpaX7H9t7"
}
],
"disc_number": 1,
"duration_ms": 250671,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/0h0nV0TANrNwoJxLnCILoj"
},
"href": "https://api.spotify.com/v1/tracks/0h0nV0TANrNwoJxLnCILoj",
"id": "0h0nV0TANrNwoJxLnCILoj",
"is_local": false,
"name": "Faith",
"preview_url": "https://p.scdn.co/mp3-preview/aa5599a80513aebf7e437c9cc7ba15e0bf5d54eb?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:0h0nV0TANrNwoJxLnCILoj"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:5wc6pjh7Jy6FzfE2fH30hE"
},
{
"album_type": "album",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"external_ids": {
"upc": "859717955000"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/0ebTxbNe07spVPn7uxKOb1"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/0ebTxbNe07spVPn7uxKOb1",
"id": "0ebTxbNe07spVPn7uxKOb1",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b273055e76a94b406896e277dc1c",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e02055e76a94b406896e277dc1c",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d00004851055e76a94b406896e277dc1c",
"width": 64
}
],
"label": "ODESZA",
"name": "Summer's Gone",
"popularity": 63,
"release_date": "2012-09-05",
"release_date_precision": "day",
"total_tracks": 12,
"tracks": {
"href": "https://api.spotify.com/v1/albums/0ebTxbNe07spVPn7uxKOb1/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "Intro",
"preview_url": "https://p.scdn.co/mp3-preview/2dccb412a14928fa6e1f2156871ad394b896d7fe?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:7ISreWAUq3CMXWWJHfmPzP"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "How Did I Get Here",
"preview_url": "https://p.scdn.co/mp3-preview/2454be26674d427c091f072221b0f6ab19fd9769?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 2,
"type": "track",
"uri": "spotify:track:4aJnMRNeuDZSQN7FaSNGtM"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "I Want You",
"preview_url": "https://p.scdn.co/mp3-preview/268e8b0e0a8fa3fef496aa9c221f169a5cf85b26?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 3,
"type": "track",
"uri": "spotify:track:42JpcqbKr2Zq55hoixtq34"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "Above the Middle",
"preview_url": "https://p.scdn.co/mp3-preview/3b153d623b729e1b7b3e5854007d272658c14152?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 4,
"type": "track",
"uri": "spotify:track:4cZqZa0AyJE4vEjhfzrxU5"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "We Were Young",
"preview_url": "https://p.scdn.co/mp3-preview/d785a534674b7c1ef5df0711ee57ee72c147bf73?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 5,
"type": "track",
"uri": "spotify:track:7rMpCmqTU9Z2UcizZqhepP"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "Today",
"preview_url": "https://p.scdn.co/mp3-preview/9cc74a705aba0fe110e2fe8fc5243a2716046c8d?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 6,
"type": "track",
"uri": "spotify:track:2AkFFLcVLifVGFDOtMaKZl"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "Tuytus",
"preview_url": "https://p.scdn.co/mp3-preview/c1c48772b843130d20543cc3194fe0c3d754667a?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 7,
"type": "track",
"uri": "spotify:track:52YL2YQ0ZKQTEp89inFJaE"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "Rely",
"preview_url": "https://p.scdn.co/mp3-preview/2c9e36a6ae61e05bd7261b6851770d0e1f90e7fe?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 8,
"type": "track",
"uri": "spotify:track:4nDCQ2rimtiVjGoEFRAtJX"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "Hey Now",
"preview_url": "https://p.scdn.co/mp3-preview/cbc1c0dba871497b5914f7bbabcae7a794feaaa4?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 9,
"type": "track",
"uri": "spotify:track:7xPAslx8T8DODx3LT6Zfni"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/5kO4scXJTa1QzbxqG55xFK"
},
"href": "https://api.spotify.com/v1/artists/5kO4scXJTa1QzbxqG55xFK",
"id": "5kO4scXJTa1QzbxqG55xFK",
"name": "Cumulus",
"type": "artist",
"uri": "spotify:artist:5kO4scXJTa1QzbxqG55xFK"
}
],
"is_local": false,
"name": "If You Don't (feat. Cumulus)",
"preview_url": "https://p.scdn.co/mp3-preview/6b9554c51076d399fb528c625f71c5f5fd5b23b7?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 10,
"type": "track",
"uri": "spotify:track:4xF4WcJvNfgtJ2CtmbbsIg"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "Don't Stop",
"preview_url": "https://p.scdn.co/mp3-preview/083059378f1401397eb2fa3e2e322a7dfb1115bc?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 11,
"type": "track",
"uri": "spotify:track:6acBIiTtlfNblQvEcZLLE1"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/21mKp7DqtSNHhCAU2ugvUw"
},
"href": "https://api.spotify.com/v1/artists/21mKp7DqtSNHhCAU2ugvUw",
"id": "21mKp7DqtSNHhCAU2ugvUw",
"name": "ODESZA",
"type": "artist",
"uri": "spotify:artist:21mKp7DqtSNHhCAU2ugvUw"
}
],
"is_local": false,
"name": "IPlayYouListen",
"preview_url": "https://p.scdn.co/mp3-preview/a17bc3864f6d042fac377bc4d122fc0bb4d9b7fb?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 12,
"type": "track",
"uri": "spotify:track:3xhR3mClWXydDCByJxnOwY"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 12
},
"type": "album",
"uri": "spotify:album:0ebTxbNe07spVPn7uxKOb1"
},
{
"album_type": "album",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"copyrights": [
{
"text": "© 2014 Universal Music NZ Ltd.",
"type": "C"
},
{
"text": "℗ 1996 Universal Music NZ Ltd.",
"type": "P"
}
],
"external_ids": {
"upc": "00602537997497"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/3CwsEC1FP4XUgECfy1z479"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/3CwsEC1FP4XUgECfy1z479",
"id": "3CwsEC1FP4XUgECfy1z479",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b2739d48d66126e96395f89de31f",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e029d48d66126e96395f89de31f",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d000048519d48d66126e96395f89de31f",
"width": 64
}
],
"label": "Universal Music New Zealand Limited",
"name": "How Bizarre (Deluxe)",
"popularity": 68,
"release_date": "1996",
"release_date_precision": "year",
"total_tracks": 12,
"tracks": {
"href": "https://api.spotify.com/v1/albums/3CwsEC1FP4XUgECfy1z479/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 243657,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/1pyZYv7fsdx6VfgvUsgmeY"
},
"href": "https://api.spotify.com/v1/tracks/1pyZYv7fsdx6VfgvUsgmeY",
"id": "1pyZYv7fsdx6VfgvUsgmeY",
"is_local": false,
"name": "On The Run",
"preview_url": "https://p.scdn.co/mp3-preview/1c1965b2c47777d7b8cc3446c32046d7e509f26d?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:1pyZYv7fsdx6VfgvUsgmeY"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 225699,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/46q5BtHso0ECuTKeq70ZhW"
},
"href": "https://api.spotify.com/v1/tracks/46q5BtHso0ECuTKeq70ZhW",
"id": "46q5BtHso0ECuTKeq70ZhW",
"is_local": false,
"name": "How Bizarre",
"preview_url": "https://p.scdn.co/mp3-preview/79e04b635b04c4dfea3be7b3896fc19d1c9ee159?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 2,
"type": "track",
"uri": "spotify:track:46q5BtHso0ECuTKeq70ZhW"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 244326,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/4nSghSXGpZfugx4QptS6vY"
},
"href": "https://api.spotify.com/v1/tracks/4nSghSXGpZfugx4QptS6vY",
"id": "4nSghSXGpZfugx4QptS6vY",
"is_local": false,
"name": "Never Coming Back",
"preview_url": "https://p.scdn.co/mp3-preview/6191b6e8040be2d1662f520d71f0eb55b851e555?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 3,
"type": "track",
"uri": "spotify:track:4nSghSXGpZfugx4QptS6vY"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 320506,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/4aB0rKcbCnDZgvu6adlVw3"
},
"href": "https://api.spotify.com/v1/tracks/4aB0rKcbCnDZgvu6adlVw3",
"id": "4aB0rKcbCnDZgvu6adlVw3",
"is_local": false,
"name": "Breaking My Heart",
"preview_url": "https://p.scdn.co/mp3-preview/7020e680452d85d9a577ff49dbcf3fdde9e414fa?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 4,
"type": "track",
"uri": "spotify:track:4aB0rKcbCnDZgvu6adlVw3"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 234789,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/6XHE6eyPNSZdIZJ5kGMW1C"
},
"href": "https://api.spotify.com/v1/tracks/6XHE6eyPNSZdIZJ5kGMW1C",
"id": "6XHE6eyPNSZdIZJ5kGMW1C",
"is_local": false,
"name": "Angel In Disguise",
"preview_url": "https://p.scdn.co/mp3-preview/c88b0d54cda851b37143247b4cefc6920fe79d8a?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 5,
"type": "track",
"uri": "spotify:track:6XHE6eyPNSZdIZJ5kGMW1C"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 351171,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/6im8AqeVbvB2UPGrJksXkO"
},
"href": "https://api.spotify.com/v1/tracks/6im8AqeVbvB2UPGrJksXkO",
"id": "6im8AqeVbvB2UPGrJksXkO",
"is_local": false,
"name": "Lingo With The Gringo",
"preview_url": "https://p.scdn.co/mp3-preview/36009cfd7a1e02dfc71637f2e1db265dd2b34512?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 6,
"type": "track",
"uri": "spotify:track:6im8AqeVbvB2UPGrJksXkO"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 322812,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/68GrkqfFs1LJFMNQ0V0HlF"
},
"href": "https://api.spotify.com/v1/tracks/68GrkqfFs1LJFMNQ0V0HlF",
"id": "68GrkqfFs1LJFMNQ0V0HlF",
"is_local": false,
"name": "Land Of Plenty",
"preview_url": "https://p.scdn.co/mp3-preview/0bf3396923f35f9c4b7fcbaf7e690b323cd1fa1e?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 7,
"type": "track",
"uri": "spotify:track:68GrkqfFs1LJFMNQ0V0HlF"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 290804,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7ykB4JR2GQsfpgUSqOCn1x"
},
"href": "https://api.spotify.com/v1/tracks/7ykB4JR2GQsfpgUSqOCn1x",
"id": "7ykB4JR2GQsfpgUSqOCn1x",
"is_local": false,
"name": "Right On",
"preview_url": "https://p.scdn.co/mp3-preview/84d452aed6d5810597235334178aac992a7fc151?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 8,
"type": "track",
"uri": "spotify:track:7ykB4JR2GQsfpgUSqOCn1x"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 292208,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/6xYawujFum6qiC8gPUuCZH"
},
"href": "https://api.spotify.com/v1/tracks/6xYawujFum6qiC8gPUuCZH",
"id": "6xYawujFum6qiC8gPUuCZH",
"is_local": false,
"name": "Pours Out Your Eyes",
"preview_url": "https://p.scdn.co/mp3-preview/23dc57d1a211421e09f5838b0370f891cd335dc1?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 9,
"type": "track",
"uri": "spotify:track:6xYawujFum6qiC8gPUuCZH"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 272903,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/1OUfxghadMntGZ01dq0N7D"
},
"href": "https://api.spotify.com/v1/tracks/1OUfxghadMntGZ01dq0N7D",
"id": "1OUfxghadMntGZ01dq0N7D",
"is_local": false,
"name": "She Loves Italian",
"preview_url": "https://p.scdn.co/mp3-preview/45ff9438226c2fc5e46eef13501aca234166fc47?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 10,
"type": "track",
"uri": "spotify:track:1OUfxghadMntGZ01dq0N7D"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/22sjmVHJi6fvsK8kWmoAOv"
},
"href": "https://api.spotify.com/v1/artists/22sjmVHJi6fvsK8kWmoAOv",
"id": "22sjmVHJi6fvsK8kWmoAOv",
"name": "Lucy Lawless",
"type": "artist",
"uri": "spotify:artist:22sjmVHJi6fvsK8kWmoAOv"
}
],
"disc_number": 1,
"duration_ms": 219348,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/430VrVs7ixlm6dl5piyGp1"
},
"href": "https://api.spotify.com/v1/tracks/430VrVs7ixlm6dl5piyGp1",
"id": "430VrVs7ixlm6dl5piyGp1",
"is_local": false,
"name": "4 All Of Us",
"preview_url": "https://p.scdn.co/mp3-preview/ddfb08a072b47d0e155e5fdc70a6acb9d4aaafa6?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 11,
"type": "track",
"uri": "spotify:track:430VrVs7ixlm6dl5piyGp1"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4vdt8TD56jjQfmxFCmhubX"
},
"href": "https://api.spotify.com/v1/artists/4vdt8TD56jjQfmxFCmhubX",
"id": "4vdt8TD56jjQfmxFCmhubX",
"name": "OMC",
"type": "artist",
"uri": "spotify:artist:4vdt8TD56jjQfmxFCmhubX"
}
],
"disc_number": 1,
"duration_ms": 262838,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7vxRoxGFSVcnvdqVhlJddj"
},
"href": "https://api.spotify.com/v1/tracks/7vxRoxGFSVcnvdqVhlJddj",
"id": "7vxRoxGFSVcnvdqVhlJddj",
"is_local": false,
"name": "Land Of Plenty - Single Edit",
"preview_url": "https://p.scdn.co/mp3-preview/df312d94b72db3d0a98def6ef44eaae2056de648?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 12,
"type": "track",
"uri": "spotify:track:7vxRoxGFSVcnvdqVhlJddj"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 12
},
"type": "album",
"uri": "spotify:album:3CwsEC1FP4XUgECfy1z479"
},
{
"album_type": "album",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
}
],
"copyrights": [
{
"text": "(C) 2018 Majestic Casual Records",
"type": "C"
}
],
"external_ids": {
"upc": "425132263763"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/6RqEBspNZboimm13lOf5Hj"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/6RqEBspNZboimm13lOf5Hj",
"id": "6RqEBspNZboimm13lOf5Hj",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b273302f2326ce401e75a3361184",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e02302f2326ce401e75a3361184",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d00004851302f2326ce401e75a3361184",
"width": 64
}
],
"label": "Majestic Casual Records",
"name": "Catharsis",
"popularity": 37,
"release_date": "2018-12-14",
"release_date_precision": "day",
"total_tracks": 8,
"tracks": {
"href": "https://api.spotify.com/v1/albums/6RqEBspNZboimm13lOf5Hj/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4p5OJUjMqi3l98prXVbGC9"
},
"href": "https://api.spotify.com/v1/artists/4p5OJUjMqi3l98prXVbGC9",
"id": "4p5OJUjMqi3l98prXVbGC9",
"name": "Harvey",
"type": "artist",
"uri": "spotify:artist:4p5OJUjMqi3l98prXVbGC9"
}
],
"disc_number": 1,
"duration_ms": 190290,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/2UQQ3ADE4bdEEB1hfl4QRZ"
},
"href": "https://api.spotify.com/v1/tracks/2UQQ3ADE4bdEEB1hfl4QRZ",
"id": "2UQQ3ADE4bdEEB1hfl4QRZ",
"is_local": false,
"name": "Introvert",
"preview_url": "https://p.scdn.co/mp3-preview/49646a93d8cf11ea6e8b9081615874ca6711ef1d?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:2UQQ3ADE4bdEEB1hfl4QRZ"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
}
],
"disc_number": 1,
"duration_ms": 200571,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/31GiKQ8gcF66u7HroFfSGD"
},
"href": "https://api.spotify.com/v1/tracks/31GiKQ8gcF66u7HroFfSGD",
"id": "31GiKQ8gcF66u7HroFfSGD",
"is_local": false,
"name": "Ambitions - Interlude",
"preview_url": "https://p.scdn.co/mp3-preview/9f8ea7513d9c2d78cf045dc83d3ea5db49064d82?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 2,
"type": "track",
"uri": "spotify:track:31GiKQ8gcF66u7HroFfSGD"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4dw1gYD42SHeDoxl7SKDhS"
},
"href": "https://api.spotify.com/v1/artists/4dw1gYD42SHeDoxl7SKDhS",
"id": "4dw1gYD42SHeDoxl7SKDhS",
"name": "Nakala",
"type": "artist",
"uri": "spotify:artist:4dw1gYD42SHeDoxl7SKDhS"
}
],
"disc_number": 1,
"duration_ms": 259846,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/4Tx3FoWtfkscjHLV6ASlaR"
},
"href": "https://api.spotify.com/v1/tracks/4Tx3FoWtfkscjHLV6ASlaR",
"id": "4Tx3FoWtfkscjHLV6ASlaR",
"is_local": false,
"name": "Heartbeat",
"preview_url": "https://p.scdn.co/mp3-preview/28aaece4a4fe743ec1a244a93df96f38c8d6c5f3?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 3,
"type": "track",
"uri": "spotify:track:4Tx3FoWtfkscjHLV6ASlaR"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/1VRYoddmAxzr1h41tzCwms"
},
"href": "https://api.spotify.com/v1/artists/1VRYoddmAxzr1h41tzCwms",
"id": "1VRYoddmAxzr1h41tzCwms",
"name": "Sherry W",
"type": "artist",
"uri": "spotify:artist:1VRYoddmAxzr1h41tzCwms"
}
],
"disc_number": 1,
"duration_ms": 231500,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5lC6ryISkGNFPR2PMMdiSV"
},
"href": "https://api.spotify.com/v1/tracks/5lC6ryISkGNFPR2PMMdiSV",
"id": "5lC6ryISkGNFPR2PMMdiSV",
"is_local": false,
"name": "Catch Me",
"preview_url": "https://p.scdn.co/mp3-preview/07663745afd611443715203f6c7551e9902a7b5e?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 4,
"type": "track",
"uri": "spotify:track:5lC6ryISkGNFPR2PMMdiSV"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7bdI7Q9ffxcej6cfVUktvb"
},
"href": "https://api.spotify.com/v1/artists/7bdI7Q9ffxcej6cfVUktvb",
"id": "7bdI7Q9ffxcej6cfVUktvb",
"name": "Lani Rose",
"type": "artist",
"uri": "spotify:artist:7bdI7Q9ffxcej6cfVUktvb"
}
],
"disc_number": 1,
"duration_ms": 288010,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7JsoL5IplBOvC7bCDPjVdb"
},
"href": "https://api.spotify.com/v1/tracks/7JsoL5IplBOvC7bCDPjVdb",
"id": "7JsoL5IplBOvC7bCDPjVdb",
"is_local": false,
"name": "Changing",
"preview_url": "https://p.scdn.co/mp3-preview/deb7586f3bcbbbc1bfb766808d7b21a4f9115b68?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 5,
"type": "track",
"uri": "spotify:track:7JsoL5IplBOvC7bCDPjVdb"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/1a204anh3vzbv9K6oHhJL8"
},
"href": "https://api.spotify.com/v1/artists/1a204anh3vzbv9K6oHhJL8",
"id": "1a204anh3vzbv9K6oHhJL8",
"name": "Ezra James",
"type": "artist",
"uri": "spotify:artist:1a204anh3vzbv9K6oHhJL8"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2zAshenjqDlcL4pudfySBY"
},
"href": "https://api.spotify.com/v1/artists/2zAshenjqDlcL4pudfySBY",
"id": "2zAshenjqDlcL4pudfySBY",
"name": "emawk",
"type": "artist",
"uri": "spotify:artist:2zAshenjqDlcL4pudfySBY"
}
],
"disc_number": 1,
"duration_ms": 265865,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7oCMtuKQwKYg7UYn3ekbC7"
},
"href": "https://api.spotify.com/v1/tracks/7oCMtuKQwKYg7UYn3ekbC7",
"id": "7oCMtuKQwKYg7UYn3ekbC7",
"is_local": false,
"name": "Under a Lampshade",
"preview_url": "https://p.scdn.co/mp3-preview/3e460793e3ca82bff058755427539b32cfe73518?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 6,
"type": "track",
"uri": "spotify:track:7oCMtuKQwKYg7UYn3ekbC7"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
}
],
"disc_number": 1,
"duration_ms": 339701,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7JGB7csNMCI8CFDTsYj94Z"
},
"href": "https://api.spotify.com/v1/tracks/7JGB7csNMCI8CFDTsYj94Z",
"id": "7JGB7csNMCI8CFDTsYj94Z",
"is_local": false,
"name": "Catharsis",
"preview_url": "https://p.scdn.co/mp3-preview/86f2d9a34e6303a4a6988d32abe401a7dbac16d1?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 7,
"type": "track",
"uri": "spotify:track:7JGB7csNMCI8CFDTsYj94Z"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
}
],
"disc_number": 1,
"duration_ms": 230412,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5cwZf4OQTuRLogFc9HEiMr"
},
"href": "https://api.spotify.com/v1/tracks/5cwZf4OQTuRLogFc9HEiMr",
"id": "5cwZf4OQTuRLogFc9HEiMr",
"is_local": false,
"name": "Healing",
"preview_url": "https://p.scdn.co/mp3-preview/90915b00bf73039503a914f4b87ef43a77ada296?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 8,
"type": "track",
"uri": "spotify:track:5cwZf4OQTuRLogFc9HEiMr"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 8
},
"type": "album",
"uri": "spotify:album:6RqEBspNZboimm13lOf5Hj"
},
{
"album_type": "album",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
}
],
"copyrights": [
{
"text": "(C) 2018 Majestic Casual Records",
"type": "C"
}
],
"external_ids": {
"upc": "425132263763"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/6RqEBspNZboimm13lOf5Hj"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/6RqEBspNZboimm13lOf5Hj",
"id": "6RqEBspNZboimm13lOf5Hj",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b273302f2326ce401e75a3361184",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e02302f2326ce401e75a3361184",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d00004851302f2326ce401e75a3361184",
"width": 64
}
],
"label": "Majestic Casual Records",
"name": "Catharsis",
"popularity": 37,
"release_date": "2018-12-14",
"release_date_precision": "day",
"total_tracks": 8,
"tracks": {
"href": "https://api.spotify.com/v1/albums/6RqEBspNZboimm13lOf5Hj/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4p5OJUjMqi3l98prXVbGC9"
},
"href": "https://api.spotify.com/v1/artists/4p5OJUjMqi3l98prXVbGC9",
"id": "4p5OJUjMqi3l98prXVbGC9",
"name": "Harvey",
"type": "artist",
"uri": "spotify:artist:4p5OJUjMqi3l98prXVbGC9"
}
],
"disc_number": 1,
"duration_ms": 190290,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/2UQQ3ADE4bdEEB1hfl4QRZ"
},
"href": "https://api.spotify.com/v1/tracks/2UQQ3ADE4bdEEB1hfl4QRZ",
"id": "2UQQ3ADE4bdEEB1hfl4QRZ",
"is_local": false,
"name": "Introvert",
"preview_url": "https://p.scdn.co/mp3-preview/49646a93d8cf11ea6e8b9081615874ca6711ef1d?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:2UQQ3ADE4bdEEB1hfl4QRZ"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
}
],
"disc_number": 1,
"duration_ms": 200571,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/31GiKQ8gcF66u7HroFfSGD"
},
"href": "https://api.spotify.com/v1/tracks/31GiKQ8gcF66u7HroFfSGD",
"id": "31GiKQ8gcF66u7HroFfSGD",
"is_local": false,
"name": "Ambitions - Interlude",
"preview_url": "https://p.scdn.co/mp3-preview/9f8ea7513d9c2d78cf045dc83d3ea5db49064d82?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 2,
"type": "track",
"uri": "spotify:track:31GiKQ8gcF66u7HroFfSGD"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4dw1gYD42SHeDoxl7SKDhS"
},
"href": "https://api.spotify.com/v1/artists/4dw1gYD42SHeDoxl7SKDhS",
"id": "4dw1gYD42SHeDoxl7SKDhS",
"name": "Nakala",
"type": "artist",
"uri": "spotify:artist:4dw1gYD42SHeDoxl7SKDhS"
}
],
"disc_number": 1,
"duration_ms": 259846,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/4Tx3FoWtfkscjHLV6ASlaR"
},
"href": "https://api.spotify.com/v1/tracks/4Tx3FoWtfkscjHLV6ASlaR",
"id": "4Tx3FoWtfkscjHLV6ASlaR",
"is_local": false,
"name": "Heartbeat",
"preview_url": "https://p.scdn.co/mp3-preview/28aaece4a4fe743ec1a244a93df96f38c8d6c5f3?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 3,
"type": "track",
"uri": "spotify:track:4Tx3FoWtfkscjHLV6ASlaR"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/1VRYoddmAxzr1h41tzCwms"
},
"href": "https://api.spotify.com/v1/artists/1VRYoddmAxzr1h41tzCwms",
"id": "1VRYoddmAxzr1h41tzCwms",
"name": "Sherry W",
"type": "artist",
"uri": "spotify:artist:1VRYoddmAxzr1h41tzCwms"
}
],
"disc_number": 1,
"duration_ms": 231500,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5lC6ryISkGNFPR2PMMdiSV"
},
"href": "https://api.spotify.com/v1/tracks/5lC6ryISkGNFPR2PMMdiSV",
"id": "5lC6ryISkGNFPR2PMMdiSV",
"is_local": false,
"name": "Catch Me",
"preview_url": "https://p.scdn.co/mp3-preview/07663745afd611443715203f6c7551e9902a7b5e?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 4,
"type": "track",
"uri": "spotify:track:5lC6ryISkGNFPR2PMMdiSV"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7bdI7Q9ffxcej6cfVUktvb"
},
"href": "https://api.spotify.com/v1/artists/7bdI7Q9ffxcej6cfVUktvb",
"id": "7bdI7Q9ffxcej6cfVUktvb",
"name": "Lani Rose",
"type": "artist",
"uri": "spotify:artist:7bdI7Q9ffxcej6cfVUktvb"
}
],
"disc_number": 1,
"duration_ms": 288010,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7JsoL5IplBOvC7bCDPjVdb"
},
"href": "https://api.spotify.com/v1/tracks/7JsoL5IplBOvC7bCDPjVdb",
"id": "7JsoL5IplBOvC7bCDPjVdb",
"is_local": false,
"name": "Changing",
"preview_url": "https://p.scdn.co/mp3-preview/deb7586f3bcbbbc1bfb766808d7b21a4f9115b68?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 5,
"type": "track",
"uri": "spotify:track:7JsoL5IplBOvC7bCDPjVdb"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/1a204anh3vzbv9K6oHhJL8"
},
"href": "https://api.spotify.com/v1/artists/1a204anh3vzbv9K6oHhJL8",
"id": "1a204anh3vzbv9K6oHhJL8",
"name": "Ezra James",
"type": "artist",
"uri": "spotify:artist:1a204anh3vzbv9K6oHhJL8"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/2zAshenjqDlcL4pudfySBY"
},
"href": "https://api.spotify.com/v1/artists/2zAshenjqDlcL4pudfySBY",
"id": "2zAshenjqDlcL4pudfySBY",
"name": "emawk",
"type": "artist",
"uri": "spotify:artist:2zAshenjqDlcL4pudfySBY"
}
],
"disc_number": 1,
"duration_ms": 265865,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7oCMtuKQwKYg7UYn3ekbC7"
},
"href": "https://api.spotify.com/v1/tracks/7oCMtuKQwKYg7UYn3ekbC7",
"id": "7oCMtuKQwKYg7UYn3ekbC7",
"is_local": false,
"name": "Under a Lampshade",
"preview_url": "https://p.scdn.co/mp3-preview/3e460793e3ca82bff058755427539b32cfe73518?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 6,
"type": "track",
"uri": "spotify:track:7oCMtuKQwKYg7UYn3ekbC7"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
}
],
"disc_number": 1,
"duration_ms": 339701,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/7JGB7csNMCI8CFDTsYj94Z"
},
"href": "https://api.spotify.com/v1/tracks/7JGB7csNMCI8CFDTsYj94Z",
"id": "7JGB7csNMCI8CFDTsYj94Z",
"is_local": false,
"name": "Catharsis",
"preview_url": "https://p.scdn.co/mp3-preview/86f2d9a34e6303a4a6988d32abe401a7dbac16d1?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 7,
"type": "track",
"uri": "spotify:track:7JGB7csNMCI8CFDTsYj94Z"
},
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/4YUBqnGDhH4JphZIhi9cdB"
},
"href": "https://api.spotify.com/v1/artists/4YUBqnGDhH4JphZIhi9cdB",
"id": "4YUBqnGDhH4JphZIhi9cdB",
"name": "Laxcity",
"type": "artist",
"uri": "spotify:artist:4YUBqnGDhH4JphZIhi9cdB"
}
],
"disc_number": 1,
"duration_ms": 230412,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5cwZf4OQTuRLogFc9HEiMr"
},
"href": "https://api.spotify.com/v1/tracks/5cwZf4OQTuRLogFc9HEiMr",
"id": "5cwZf4OQTuRLogFc9HEiMr",
"is_local": false,
"name": "Healing",
"preview_url": "https://p.scdn.co/mp3-preview/90915b00bf73039503a914f4b87ef43a77ada296?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 8,
"type": "track",
"uri": "spotify:track:5cwZf4OQTuRLogFc9HEiMr"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 8
},
"type": "album",
"uri": "spotify:album:6RqEBspNZboimm13lOf5Hj"
},
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6cK3NBO6uP7hh0oyuVELFl"
},
"href": "https://api.spotify.com/v1/artists/6cK3NBO6uP7hh0oyuVELFl",
"id": "6cK3NBO6uP7hh0oyuVELFl",
"name": "Saweetie",
"type": "artist",
"uri": "spotify:artist:6cK3NBO6uP7hh0oyuVELFl"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/0tu3jGW89NZZ8qrpd8c7xC"
},
"href": "https://api.spotify.com/v1/artists/0tu3jGW89NZZ8qrpd8c7xC",
"id": "0tu3jGW89NZZ8qrpd8c7xC",
"name": "GALXARA",
"type": "artist",
"uri": "spotify:artist:0tu3jGW89NZZ8qrpd8c7xC"
}
],
"copyrights": [
{
"text": "© 2020 Atlantic Recording Corporation and Warner Bros. Entertainment Inc.",
"type": "C"
},
{
"text": "℗ 2020 Atlantic Recording Corporation and Warner Bros. Entertainment Inc.",
"type": "P"
}
],
"external_ids": {
"upc": "075679826398"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/5uC0YWUVDKRZD9x1cRgjyu"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/5uC0YWUVDKRZD9x1cRgjyu",
"id": "5uC0YWUVDKRZD9x1cRgjyu",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b2730ec95779b64062cd2fad8a5c",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e020ec95779b64062cd2fad8a5c",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d000048510ec95779b64062cd2fad8a5c",
"width": 64
}
],
"label": "Atlantic Records",
"name": "Sway With Me (with GALXARA)",
"popularity": 62,
"release_date": "2020-01-31",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/5uC0YWUVDKRZD9x1cRgjyu/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6cK3NBO6uP7hh0oyuVELFl"
},
"href": "https://api.spotify.com/v1/artists/6cK3NBO6uP7hh0oyuVELFl",
"id": "6cK3NBO6uP7hh0oyuVELFl",
"name": "Saweetie",
"type": "artist",
"uri": "spotify:artist:6cK3NBO6uP7hh0oyuVELFl"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/0tu3jGW89NZZ8qrpd8c7xC"
},
"href": "https://api.spotify.com/v1/artists/0tu3jGW89NZZ8qrpd8c7xC",
"id": "0tu3jGW89NZZ8qrpd8c7xC",
"name": "GALXARA",
"type": "artist",
"uri": "spotify:artist:0tu3jGW89NZZ8qrpd8c7xC"
}
],
"disc_number": 1,
"duration_ms": 168018,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/5gqLY5H1ZyT3BScVr0nDMs"
},
"href": "https://api.spotify.com/v1/tracks/5gqLY5H1ZyT3BScVr0nDMs",
"id": "5gqLY5H1ZyT3BScVr0nDMs",
"is_local": false,
"name": "Sway With Me (with GALXARA)",
"preview_url": "https://p.scdn.co/mp3-preview/c162a0ba219da121cbd5b022ec49167a97de95dc?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:5gqLY5H1ZyT3BScVr0nDMs"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:5uC0YWUVDKRZD9x1cRgjyu"
},
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7gHscNMDI8FF8pcgrV8eIn"
},
"href": "https://api.spotify.com/v1/artists/7gHscNMDI8FF8pcgrV8eIn",
"id": "7gHscNMDI8FF8pcgrV8eIn",
"name": "Matt Maeson",
"type": "artist",
"uri": "spotify:artist:7gHscNMDI8FF8pcgrV8eIn"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/00FQb4jTyendYWaN8pK0wa"
},
"href": "https://api.spotify.com/v1/artists/00FQb4jTyendYWaN8pK0wa",
"id": "00FQb4jTyendYWaN8pK0wa",
"name": "Lana Del Rey",
"type": "artist",
"uri": "spotify:artist:00FQb4jTyendYWaN8pK0wa"
}
],
"copyrights": [
{
"text": "© 2020 Atlantic Recording Corporation for the United States and WEA International Inc. for the world outside the United States. A Warner Music Group Company",
"type": "C"
},
{
"text": "℗ 2020 Atlantic Recording Corporation for the United States and WEA International Inc. for the world outside the United States. A Warner Music Group Company",
"type": "P"
}
],
"external_ids": {
"upc": "075679800763"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/41tUnMTVSyImoq1Dyr5UhX"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/41tUnMTVSyImoq1Dyr5UhX",
"id": "41tUnMTVSyImoq1Dyr5UhX",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b273789c5d973cfb96774329c501",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e02789c5d973cfb96774329c501",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d00004851789c5d973cfb96774329c501",
"width": 64
}
],
"label": "Neon Gold/Atlantic",
"name": "Hallucinogenics (feat. Lana Del Rey)",
"popularity": 63,
"release_date": "2020-09-25",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/41tUnMTVSyImoq1Dyr5UhX/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7gHscNMDI8FF8pcgrV8eIn"
},
"href": "https://api.spotify.com/v1/artists/7gHscNMDI8FF8pcgrV8eIn",
"id": "7gHscNMDI8FF8pcgrV8eIn",
"name": "Matt Maeson",
"type": "artist",
"uri": "spotify:artist:7gHscNMDI8FF8pcgrV8eIn"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/00FQb4jTyendYWaN8pK0wa"
},
"href": "https://api.spotify.com/v1/artists/00FQb4jTyendYWaN8pK0wa",
"id": "00FQb4jTyendYWaN8pK0wa",
"name": "Lana Del Rey",
"type": "artist",
"uri": "spotify:artist:00FQb4jTyendYWaN8pK0wa"
}
],
"disc_number": 1,
"duration_ms": 186626,
"explicit": true,
"external_urls": {
"spotify": "https://open.spotify.com/track/4A8pBxx0of2Y8r56dT0atf"
},
"href": "https://api.spotify.com/v1/tracks/4A8pBxx0of2Y8r56dT0atf",
"id": "4A8pBxx0of2Y8r56dT0atf",
"is_local": false,
"name": "Hallucinogenics (feat. Lana Del Rey)",
"preview_url": "https://p.scdn.co/mp3-preview/c256aeb0eaa2dab97fb15c16b161fcbe53987e18?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:4A8pBxx0of2Y8r56dT0atf"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:41tUnMTVSyImoq1Dyr5UhX"
},
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6JtFllJR7nhh8fa6oGefSj"
},
"href": "https://api.spotify.com/v1/artists/6JtFllJR7nhh8fa6oGefSj",
"id": "6JtFllJR7nhh8fa6oGefSj",
"name": "Late Night Alumni",
"type": "artist",
"uri": "spotify:artist:6JtFllJR7nhh8fa6oGefSj"
}
],
"copyrights": [
{
"text": "2019 Ride Recordings Ltd",
"type": "C"
},
{
"text": "2019 Ride Recordings Ltd",
"type": "P"
}
],
"external_ids": {
"upc": "8718525147989"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/5hIqi7F1cKlEYDpnpiuXZ5"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/5hIqi7F1cKlEYDpnpiuXZ5",
"id": "5hIqi7F1cKlEYDpnpiuXZ5",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b2731d68165f7131d36257340f28",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e021d68165f7131d36257340f28",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d000048511d68165f7131d36257340f28",
"width": 64
}
],
"label": "Ride Recordings",
"name": "Low",
"popularity": 22,
"release_date": "2019-02-22",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/5hIqi7F1cKlEYDpnpiuXZ5/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6JtFllJR7nhh8fa6oGefSj"
},
"href": "https://api.spotify.com/v1/artists/6JtFllJR7nhh8fa6oGefSj",
"id": "6JtFllJR7nhh8fa6oGefSj",
"name": "Late Night Alumni",
"type": "artist",
"uri": "spotify:artist:6JtFllJR7nhh8fa6oGefSj"
}
],
"disc_number": 1,
"duration_ms": 234317,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/6bMD0Tixp5V9NB8Kjw7GMe"
},
"href": "https://api.spotify.com/v1/tracks/6bMD0Tixp5V9NB8Kjw7GMe",
"id": "6bMD0Tixp5V9NB8Kjw7GMe",
"is_local": false,
"name": "Low",
"preview_url": "https://p.scdn.co/mp3-preview/eccca54081f44c5540af709b377f343a080b6e1b?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:6bMD0Tixp5V9NB8Kjw7GMe"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:5hIqi7F1cKlEYDpnpiuXZ5"
},
{
"album_type": "single",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6TQj5BFPooTa08A7pk8AQ1"
},
"href": "https://api.spotify.com/v1/artists/6TQj5BFPooTa08A7pk8AQ1",
"id": "6TQj5BFPooTa08A7pk8AQ1",
"name": "Kaskade",
"type": "artist",
"uri": "spotify:artist:6TQj5BFPooTa08A7pk8AQ1"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7m3cYjDlffT2RvkaRrJksn"
},
"href": "https://api.spotify.com/v1/artists/7m3cYjDlffT2RvkaRrJksn",
"id": "7m3cYjDlffT2RvkaRrJksn",
"name": "WILL K",
"type": "artist",
"uri": "spotify:artist:7m3cYjDlffT2RvkaRrJksn"
}
],
"copyrights": [
{
"text": "2020 Monstercat",
"type": "C"
},
{
"text": "2020 Monstercat",
"type": "P"
}
],
"external_ids": {
"upc": "703980550984"
},
"external_urls": {
"spotify": "https://open.spotify.com/album/3zetMGgaCXoxkD3Qi2M8dC"
},
"genres": [],
"href": "https://api.spotify.com/v1/albums/3zetMGgaCXoxkD3Qi2M8dC",
"id": "3zetMGgaCXoxkD3Qi2M8dC",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab67616d0000b273e576eb18ab1ed5cd5d6965ab",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e02e576eb18ab1ed5cd5d6965ab",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d00004851e576eb18ab1ed5cd5d6965ab",
"width": 64
}
],
"label": "Monstercat",
"name": "Flip Reset",
"popularity": 64,
"release_date": "2020-12-01",
"release_date_precision": "day",
"total_tracks": 1,
"tracks": {
"href": "https://api.spotify.com/v1/albums/3zetMGgaCXoxkD3Qi2M8dC/tracks?offset=0&limit=50",
"items": [
{
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/6TQj5BFPooTa08A7pk8AQ1"
},
"href": "https://api.spotify.com/v1/artists/6TQj5BFPooTa08A7pk8AQ1",
"id": "6TQj5BFPooTa08A7pk8AQ1",
"name": "Kaskade",
"type": "artist",
"uri": "spotify:artist:6TQj5BFPooTa08A7pk8AQ1"
},
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7m3cYjDlffT2RvkaRrJksn"
},
"href": "https://api.spotify.com/v1/artists/7m3cYjDlffT2RvkaRrJksn",
"id": "7m3cYjDlffT2RvkaRrJksn",
"name": "WILL K",
"type": "artist",
"uri": "spotify:artist:7m3cYjDlffT2RvkaRrJksn"
}
],
"disc_number": 1,
"duration_ms": 187661,
"explicit": false,
"external_urls": {
"spotify": "https://open.spotify.com/track/2mUnxSunvs3Clvtpq3FtGo"
},
"href": "https://api.spotify.com/v1/tracks/2mUnxSunvs3Clvtpq3FtGo",
"id": "2mUnxSunvs3Clvtpq3FtGo",
"is_local": false,
"name": "Flip Reset",
"preview_url": "https://p.scdn.co/mp3-preview/d700af2cb5e77dbd8d88eb2d12c68348ddaadb4c?cid=38b0480fd0224dc187294a0730ee8098",
"track_number": 1,
"type": "track",
"uri": "spotify:track:2mUnxSunvs3Clvtpq3FtGo"
}
],
"limit": 50,
"next": null,
"offset": 0,
"previous": null,
"total": 1
},
"type": "album",
"uri": "spotify:album:3zetMGgaCXoxkD3Qi2M8dC"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment