{"info":{"_postman_id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","name":"Spotify Multi-Add Back End API","description":"<html><head></head><body><p>HTTP Requests for the <a href=\"https://github.com/ntgarrett/Spotify_multi-add\">Spotify Multi-Add</a> AWS serverless backend to the Spotify Web API. </p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11631692","collectionId":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","publishedId":"TW74iQBZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"22a131"},"publishDate":"2021-02-06T01:13:55.000Z"},"item":[{"name":"Login authorization URL from Spotify","id":"a15d9b9a-8947-44a1-a2b5-80c752afa970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/verify","description":"<h2 id=\"generate-an-authorization-url\">Generate an authorization URL</h2>\n<p>Returns an authorization URL for the user to sign in through Spotify OAuth2, where the user is redirected to login to their Spotify account to create a callback code.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"headerPrefix","value":"<header-prefix>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"clientId","value":"<client-id>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"tokenName","value":"<token-name>"}]},"isInherited":true,"source":{"_postman_id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","name":"Spotify Multi-Add Back End API","type":"collection"}},"urlObject":{"path":["verify"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"241a55cb-a11d-4647-bb3b-72187f5ede3c","name":"Login authorization URL from Spotify","originalRequest":{"method":"GET","header":[],"url":"{{url}}/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"218"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 05 Feb 2021 08:29:41 GMT"},{"key":"x-amzn-RequestId","value":"c94ce3eb-f4a2-4758-98f0-6566de576d5d"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"285"},{"key":"x-amz-apigw-id","value":"aQ0-XGjCCYcF_wA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-601d01f5-3cbc37ef4ba1051042d2d450;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b777aca21cc019cae5fa7dbd0d71b665.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ORD51-C1"},{"key":"X-Amz-Cf-Id","value":"gif0S6yy3-uVgWQ6WfjE0XhTC8xTsZCoNfXVD7zuW0QA4W2SnJHFTg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"auth_url\": \"https://accounts.spotify.com/authorize?client_id=ef579e223215488c97130ad2dda1fabf&response_type=code&redirect_uri=https%3A%2F%2Fmultiplaylistadd.com%2Fcallback&scope=playlist-modify-private+playlist-modify-public+playlist-read-private+user-read-private&show_dialog=True\"\n}"}],"_postman_id":"a15d9b9a-8947-44a1-a2b5-80c752afa970"},{"name":"Callback authorization code","id":"e861597c-9088-4c88-bbf6-885dec630315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"AQArqwNtXWJjfSPEG6WBsvoEqgK4_NDiImLILTV6fYetIN8tYgNsVLNq57xBZzwwJxH8jEj_0apd2mW6TYa_7w-eJjk4dOiN8x-0gXT1dyvzeJfjHYysN2bvlVQ0TRLkquW8PyqjBpkrHCeh6aQLElllF1bHFEh4y5Z7PRUC_oXwUxeOxYnPGriJSrY2C-fF_SNRoMd10IMYSDO0ZqU2HoUEGyfFuy3pMKeroukNlmznwhdCXOw1lmqJal0DaJB5NzlTTP9cszvHrNMnWsYunDXbszEk0faLOtgfdHeixESwqrPD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/callback","description":"<p>Receives the authorization code generated from accepting the Spotify app permissions page and creates an access token for the user that is stored in S3.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"headerPrefix","value":"<header-prefix>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"clientId","value":"<client-id>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"tokenName","value":"<token-name>"}]},"isInherited":true,"source":{"_postman_id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","name":"Spotify Multi-Add Back End API","type":"collection"}},"urlObject":{"path":["callback"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2d3ebf9e-4db2-4d5c-ab33-dbf102e683a5","name":"Callback authorization code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"AQArqwNtXWJjfSPEG6WBsvoEqgK4_NDiImLILTV6fYetIN8tYgNsVLNq57xBZzwwJxH8jEj_0apd2mW6TYa_7w-eJjk4dOiN8x-0gXT1dyvzeJfjHYysN2bvlVQ0TRLkquW8PyqjBpkrHCeh6aQLElllF1bHFEh4y5Z7PRUC_oXwUxeOxYnPGriJSrY2C-fF_SNRoMd10IMYSDO0ZqU2HoUEGyfFuy3pMKeroukNlmznwhdCXOw1lmqJal0DaJB5NzlTTP9cszvHrNMnWsYunDXbszEk0faLOtgfdHeixESwqrPD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/callback"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 05 Feb 2021 08:30:43 GMT"},{"key":"x-amzn-RequestId","value":"ddfa91a0-acd6-4772-bd7e-20bca30fa4f4"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"7"},{"key":"x-amz-apigw-id","value":"aQ1IBECYCYcFtfA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-601d0233-75b304fa35427fac4d547076;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b777aca21cc019cae5fa7dbd0d71b665.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ORD51-C1"},{"key":"X-Amz-Cf-Id","value":"k4IkQJSwY8108evawKaEUUgCNhaRvNU37jXvakdvVHcjXUptMvsdCA=="}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"e861597c-9088-4c88-bbf6-885dec630315"},{"name":"User Spotify playlists","id":"9513a1f3-973b-4f79-9899-2b2c15322484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/playlists","description":"<p>Returns a JSON object of the user's Spotify playlists.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"headerPrefix","value":"<header-prefix>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"clientId","value":"<client-id>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"tokenName","value":"<token-name>"}]},"isInherited":true,"source":{"_postman_id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","name":"Spotify Multi-Add Back End API","type":"collection"}},"urlObject":{"path":["playlists"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0101ce0f-df1c-4058-be24-ae930741f314","name":"User Spotify playlists","originalRequest":{"method":"GET","header":[],"url":"{{url}}/playlists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"285"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 05 Feb 2021 08:31:20 GMT"},{"key":"x-amzn-RequestId","value":"06607f3a-7181-4f83-a388-1102dc319f47"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"495"},{"key":"x-amz-apigw-id","value":"aQ1NyEsiiYcFbWQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-601d0258-05baa19e4bf95abe58f2f5a4;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b777aca21cc019cae5fa7dbd0d71b665.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ORD51-C1"},{"key":"X-Amz-Cf-Id","value":"iArRe-cXpZeYOJPvWDiiiXix-m1Pljr358f6pe32B0yTwrU9HbjPCw=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1zgHlv0eaknvjbeEQGRnWw\",\n        \"isChecked\": false,\n        \"name\": \"Awesome Playlist 🎵\"\n    },\n    {\n        \"id\": \"59qwBiRpj7utiSQwSj933J\",\n        \"isChecked\": false,\n        \"name\": \"311 Essential\"\n    },\n    {\n        \"id\": \"7H1PDGGx9ysDYlr130M8Zz\",\n        \"isChecked\": false,\n        \"name\": \"Rap\"\n    },\n    {\n        \"id\": \"1cmjK9zsmzbpbBLcUfW0Jp\",\n        \"isChecked\": false,\n        \"name\": \"Old School\"\n    },\n    {\n        \"id\": \"4TiocbFQoCJ5LJ2GEBz0Yy\",\n        \"isChecked\": false,\n        \"name\": \"Chill\"\n    },\n    {\n        \"id\": \"6lFc9jUbasu1SsWFliQqem\",\n        \"isChecked\": false,\n        \"name\": \"Hard Rock\"\n    },\n    {\n        \"id\": \"0PHA3SuZbffnNupHol2p7U\",\n        \"isChecked\": false,\n        \"name\": \"Rock\"\n    }\n]"}],"_postman_id":"9513a1f3-973b-4f79-9899-2b2c15322484"},{"name":"Search for Spotify track","id":"0a6c89de-af25-4060-8962-99630843a2f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/search?key=value","description":"<p>The query parameter <code>value</code> contains the search performed by the user for a Spotify track. Returns a <a href=\"https://spotipy.readthedocs.io/en/2.16.1/#spotipy.client.Spotify.search\">Spotipy</a> search of up to 10 Spotify tracks.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"headerPrefix","value":"<header-prefix>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"clientId","value":"<client-id>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"tokenName","value":"<token-name>"}]},"isInherited":true,"source":{"_postman_id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","name":"Spotify Multi-Add Back End API","type":"collection"}},"urlObject":{"path":["search"],"host":["{{url}}"],"query":[{"key":"key","value":"value"}],"variable":[]}},"response":[{"id":"81f338a7-0fe4-48ff-a04d-8ef58baeaeda","name":"Search for Spotify track","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/search?key=summer","host":["{{url}}"],"path":["search"],"query":[{"key":"key","value":"summer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2856"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 05 Feb 2021 23:26:21 GMT"},{"key":"x-amzn-RequestId","value":"425c9610-1be9-422b-9073-ab3278151437"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"19853"},{"key":"x-amz-apigw-id","value":"aS4UlGUgiYcFlMw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-601dd41d-29cb9a042e077ae176a7ba42;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a1df977c0f19257540a25f348f676d48.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ORD52-C2"},{"key":"X-Amz-Cf-Id","value":"GaOdsEQNpABfHvipragKFmD0uwCGpmxq1q8MNlOgWujKKY8vuIz7wA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"tracks\": {\n        \"href\": \"https://api.spotify.com/v1/search?query=summer&type=track&market=from_token&offset=0&limit=10\",\n        \"items\": [\n            {\n                \"album\": {\n                    \"album_type\": \"album\",\n                    \"artists\": [\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/7CajNmpbOovFoOoasH2HaY\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/7CajNmpbOovFoOoasH2HaY\",\n                            \"id\": \"7CajNmpbOovFoOoasH2HaY\",\n                            \"name\": \"Calvin Harris\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:7CajNmpbOovFoOoasH2HaY\"\n                        }\n                    ],\n                    \"external_urls\": {\n                        \"spotify\": \"https://open.spotify.com/album/48zisMeiXniWLzOQghbPqS\"\n                    },\n                    \"href\": \"https://api.spotify.com/v1/albums/48zisMeiXniWLzOQghbPqS\",\n                    \"id\": \"48zisMeiXniWLzOQghbPqS\",\n                    \"images\": [\n                        {\n                            \"height\": 640,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000b273063c048e9ef6bd021b744756\",\n                            \"width\": 640\n                        },\n                        {\n                            \"height\": 300,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00001e02063c048e9ef6bd021b744756\",\n                            \"width\": 300\n                        },\n                        {\n                            \"height\": 64,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00004851063c048e9ef6bd021b744756\",\n                            \"width\": 64\n                        }\n                    ],\n                    \"name\": \"Motion\",\n                    \"release_date\": \"2014-10-31\",\n                    \"release_date_precision\": \"day\",\n                    \"total_tracks\": 15,\n                    \"type\": \"album\",\n                    \"uri\": \"spotify:album:48zisMeiXniWLzOQghbPqS\"\n                },\n                \"artists\": [\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/7CajNmpbOovFoOoasH2HaY\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/7CajNmpbOovFoOoasH2HaY\",\n                        \"id\": \"7CajNmpbOovFoOoasH2HaY\",\n                        \"name\": \"Calvin Harris\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:7CajNmpbOovFoOoasH2HaY\"\n                    }\n                ],\n                \"disc_number\": 1,\n                \"duration_ms\": 222533,\n                \"explicit\": false,\n                \"external_ids\": {\n                    \"isrc\": \"GBARL1400296\"\n                },\n                \"external_urls\": {\n                    \"spotify\": \"https://open.spotify.com/track/6YUTL4dYpB9xZO5qExPf05\"\n                },\n                \"href\": \"https://api.spotify.com/v1/tracks/6YUTL4dYpB9xZO5qExPf05\",\n                \"id\": \"6YUTL4dYpB9xZO5qExPf05\",\n                \"is_local\": false,\n                \"is_playable\": true,\n                \"name\": \"Summer\",\n                \"popularity\": 78,\n                \"preview_url\": \"https://p.scdn.co/mp3-preview/7747e4abf05e790168b4aeb87de9c008095677a9?cid=ef579e223215488c97130ad2dda1fabf\",\n                \"track_number\": 8,\n                \"type\": \"track\",\n                \"uri\": \"spotify:track:6YUTL4dYpB9xZO5qExPf05\"\n            },\n            {\n                \"album\": {\n                    \"album_type\": \"album\",\n                    \"artists\": [\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/4oUHIQIBe0LHzYfvXNW4QM\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/4oUHIQIBe0LHzYfvXNW4QM\",\n                            \"id\": \"4oUHIQIBe0LHzYfvXNW4QM\",\n                            \"name\": \"Morgan Wallen\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:4oUHIQIBe0LHzYfvXNW4QM\"\n                        }\n                    ],\n                    \"external_urls\": {\n                        \"spotify\": \"https://open.spotify.com/album/6LBPsXUjVuNe9ywLY4xgvX\"\n                    },\n                    \"href\": \"https://api.spotify.com/v1/albums/6LBPsXUjVuNe9ywLY4xgvX\",\n                    \"id\": \"6LBPsXUjVuNe9ywLY4xgvX\",\n                    \"images\": [\n                        {\n                            \"height\": 640,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000b273287f7215b7fadb7d54e4fa8d\",\n                            \"width\": 640\n                        },\n                        {\n                            \"height\": 300,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00001e02287f7215b7fadb7d54e4fa8d\",\n                            \"width\": 300\n                        },\n                        {\n                            \"height\": 64,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00004851287f7215b7fadb7d54e4fa8d\",\n                            \"width\": 64\n                        }\n                    ],\n                    \"name\": \"Dangerous: The Double Album (Bonus)\",\n                    \"release_date\": \"2021-01-29\",\n                    \"release_date_precision\": \"day\",\n                    \"total_tracks\": 33,\n                    \"type\": \"album\",\n                    \"uri\": \"spotify:album:6LBPsXUjVuNe9ywLY4xgvX\"\n                },\n                \"artists\": [\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/4oUHIQIBe0LHzYfvXNW4QM\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/4oUHIQIBe0LHzYfvXNW4QM\",\n                        \"id\": \"4oUHIQIBe0LHzYfvXNW4QM\",\n                        \"name\": \"Morgan Wallen\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:4oUHIQIBe0LHzYfvXNW4QM\"\n                    }\n                ],\n                \"disc_number\": 1,\n                \"duration_ms\": 210506,\n                \"explicit\": false,\n                \"external_ids\": {\n                    \"isrc\": \"QZ22S1800133\"\n                },\n                \"external_urls\": {\n                    \"spotify\": \"https://open.spotify.com/track/16UmMwi4LOZ2Y3U6VtXIht\"\n                },\n                \"href\": \"https://api.spotify.com/v1/tracks/16UmMwi4LOZ2Y3U6VtXIht\",\n                \"id\": \"16UmMwi4LOZ2Y3U6VtXIht\",\n                \"is_local\": false,\n                \"is_playable\": true,\n                \"name\": \"7 Summers\",\n                \"popularity\": 50,\n                \"preview_url\": null,\n                \"track_number\": 14,\n                \"type\": \"track\",\n                \"uri\": \"spotify:track:16UmMwi4LOZ2Y3U6VtXIht\"\n            },\n            {\n                \"album\": {\n                    \"album_type\": \"album\",\n                    \"artists\": [\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/0xOeVMOz2fVg5BJY3N6akT\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/0xOeVMOz2fVg5BJY3N6akT\",\n                            \"id\": \"0xOeVMOz2fVg5BJY3N6akT\",\n                            \"name\": \"Jaden\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:0xOeVMOz2fVg5BJY3N6akT\"\n                        }\n                    ],\n                    \"external_urls\": {\n                        \"spotify\": \"https://open.spotify.com/album/6cKBoHXh7dKn2gVsGniZ58\"\n                    },\n                    \"href\": \"https://api.spotify.com/v1/albums/6cKBoHXh7dKn2gVsGniZ58\",\n                    \"id\": \"6cKBoHXh7dKn2gVsGniZ58\",\n                    \"images\": [\n                        {\n                            \"height\": 640,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000b27360ec4df52c2d724bc53ffec5\",\n                            \"width\": 640\n                        },\n                        {\n                            \"height\": 300,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00001e0260ec4df52c2d724bc53ffec5\",\n                            \"width\": 300\n                        },\n                        {\n                            \"height\": 64,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000485160ec4df52c2d724bc53ffec5\",\n                            \"width\": 64\n                        }\n                    ],\n                    \"name\": \"ERYS (Deluxe)\",\n                    \"release_date\": \"2019-07-05\",\n                    \"release_date_precision\": \"day\",\n                    \"total_tracks\": 20,\n                    \"type\": \"album\",\n                    \"uri\": \"spotify:album:6cKBoHXh7dKn2gVsGniZ58\"\n                },\n                \"artists\": [\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/0xOeVMOz2fVg5BJY3N6akT\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/0xOeVMOz2fVg5BJY3N6akT\",\n                        \"id\": \"0xOeVMOz2fVg5BJY3N6akT\",\n                        \"name\": \"Jaden\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:0xOeVMOz2fVg5BJY3N6akT\"\n                    },\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/3rWZHrfrsPBxVy692yAIxF\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/3rWZHrfrsPBxVy692yAIxF\",\n                        \"id\": \"3rWZHrfrsPBxVy692yAIxF\",\n                        \"name\": \"WILLOW\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:3rWZHrfrsPBxVy692yAIxF\"\n                    }\n                ],\n                \"disc_number\": 1,\n                \"duration_ms\": 270960,\n                \"explicit\": true,\n                \"external_ids\": {\n                    \"isrc\": \"QMJMT1902190\"\n                },\n                \"external_urls\": {\n                    \"spotify\": \"https://open.spotify.com/track/6XNANAB7sFvkfho6bMCp7o\"\n                },\n                \"href\": \"https://api.spotify.com/v1/tracks/6XNANAB7sFvkfho6bMCp7o\",\n                \"id\": \"6XNANAB7sFvkfho6bMCp7o\",\n                \"is_local\": false,\n                \"is_playable\": true,\n                \"name\": \"Summertime In Paris\",\n                \"popularity\": 74,\n                \"preview_url\": null,\n                \"track_number\": 11,\n                \"type\": \"track\",\n                \"uri\": \"spotify:track:6XNANAB7sFvkfho6bMCp7o\"\n            },\n            {\n                \"album\": {\n                    \"album_type\": \"album\",\n                    \"artists\": [\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/4oUHIQIBe0LHzYfvXNW4QM\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/4oUHIQIBe0LHzYfvXNW4QM\",\n                            \"id\": \"4oUHIQIBe0LHzYfvXNW4QM\",\n                            \"name\": \"Morgan Wallen\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:4oUHIQIBe0LHzYfvXNW4QM\"\n                        }\n                    ],\n                    \"external_urls\": {\n                        \"spotify\": \"https://open.spotify.com/album/7HXU3bvqLvpCi5YBp2pr3R\"\n                    },\n                    \"href\": \"https://api.spotify.com/v1/albums/7HXU3bvqLvpCi5YBp2pr3R\",\n                    \"id\": \"7HXU3bvqLvpCi5YBp2pr3R\",\n                    \"images\": [\n                        {\n                            \"height\": 640,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000b273b6c853e74976431bfdc1b912\",\n                            \"width\": 640\n                        },\n                        {\n                            \"height\": 300,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00001e02b6c853e74976431bfdc1b912\",\n                            \"width\": 300\n                        },\n                        {\n                            \"height\": 64,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00004851b6c853e74976431bfdc1b912\",\n                            \"width\": 64\n                        }\n                    ],\n                    \"name\": \"Dangerous: The Double Album (Bonus)\",\n                    \"release_date\": \"2021-01-29\",\n                    \"release_date_precision\": \"day\",\n                    \"total_tracks\": 33,\n                    \"type\": \"album\",\n                    \"uri\": \"spotify:album:7HXU3bvqLvpCi5YBp2pr3R\"\n                },\n                \"artists\": [\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/4oUHIQIBe0LHzYfvXNW4QM\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/4oUHIQIBe0LHzYfvXNW4QM\",\n                        \"id\": \"4oUHIQIBe0LHzYfvXNW4QM\",\n                        \"name\": \"Morgan Wallen\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:4oUHIQIBe0LHzYfvXNW4QM\"\n                    }\n                ],\n                \"disc_number\": 1,\n                \"duration_ms\": 210506,\n                \"explicit\": false,\n                \"external_ids\": {\n                    \"isrc\": \"QZ22S1800133\"\n                },\n                \"external_urls\": {\n                    \"spotify\": \"https://open.spotify.com/track/478qzwB9ivWwvpQoCmvWZ2\"\n                },\n                \"href\": \"https://api.spotify.com/v1/tracks/478qzwB9ivWwvpQoCmvWZ2\",\n                \"id\": \"478qzwB9ivWwvpQoCmvWZ2\",\n                \"is_local\": false,\n                \"is_playable\": true,\n                \"name\": \"7 Summers\",\n                \"popularity\": 34,\n                \"preview_url\": null,\n                \"track_number\": 14,\n                \"type\": \"track\",\n                \"uri\": \"spotify:track:478qzwB9ivWwvpQoCmvWZ2\"\n            },\n            {\n                \"album\": {\n                    \"album_type\": \"album\",\n                    \"artists\": [\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/3Z02hBLubJxuFJfhacLSDc\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/3Z02hBLubJxuFJfhacLSDc\",\n                            \"id\": \"3Z02hBLubJxuFJfhacLSDc\",\n                            \"name\": \"Bryan Adams\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:3Z02hBLubJxuFJfhacLSDc\"\n                        }\n                    ],\n                    \"external_urls\": {\n                        \"spotify\": \"https://open.spotify.com/album/2o2G49EPi4lua5zgxUKhLL\"\n                    },\n                    \"href\": \"https://api.spotify.com/v1/albums/2o2G49EPi4lua5zgxUKhLL\",\n                    \"id\": \"2o2G49EPi4lua5zgxUKhLL\",\n                    \"images\": [\n                        {\n                            \"height\": 640,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000b273cf1fee2a55e98e22bf358512\",\n                            \"width\": 640\n                        },\n                        {\n                            \"height\": 300,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00001e02cf1fee2a55e98e22bf358512\",\n                            \"width\": 300\n                        },\n                        {\n                            \"height\": 64,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00004851cf1fee2a55e98e22bf358512\",\n                            \"width\": 64\n                        }\n                    ],\n                    \"name\": \"Reckless (30th Anniversary / Deluxe Edition)\",\n                    \"release_date\": \"1984-11-05\",\n                    \"release_date_precision\": \"day\",\n                    \"total_tracks\": 32,\n                    \"type\": \"album\",\n                    \"uri\": \"spotify:album:2o2G49EPi4lua5zgxUKhLL\"\n                },\n                \"artists\": [\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/3Z02hBLubJxuFJfhacLSDc\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/3Z02hBLubJxuFJfhacLSDc\",\n                        \"id\": \"3Z02hBLubJxuFJfhacLSDc\",\n                        \"name\": \"Bryan Adams\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:3Z02hBLubJxuFJfhacLSDc\"\n                    }\n                ],\n                \"disc_number\": 1,\n                \"duration_ms\": 216053,\n                \"explicit\": false,\n                \"external_ids\": {\n                    \"isrc\": \"USAM18490006\"\n                },\n                \"external_urls\": {\n                    \"spotify\": \"https://open.spotify.com/track/0GONea6G2XdnHWjNZd6zt3\"\n                },\n                \"href\": \"https://api.spotify.com/v1/tracks/0GONea6G2XdnHWjNZd6zt3\",\n                \"id\": \"0GONea6G2XdnHWjNZd6zt3\",\n                \"is_local\": false,\n                \"is_playable\": true,\n                \"name\": \"Summer Of '69\",\n                \"popularity\": 79,\n                \"preview_url\": null,\n                \"track_number\": 6,\n                \"type\": \"track\",\n                \"uri\": \"spotify:track:0GONea6G2XdnHWjNZd6zt3\"\n            },\n            {\n                \"album\": {\n                    \"album_type\": \"album\",\n                    \"artists\": [\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/4oUHIQIBe0LHzYfvXNW4QM\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/4oUHIQIBe0LHzYfvXNW4QM\",\n                            \"id\": \"4oUHIQIBe0LHzYfvXNW4QM\",\n                            \"name\": \"Morgan Wallen\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:4oUHIQIBe0LHzYfvXNW4QM\"\n                        }\n                    ],\n                    \"external_urls\": {\n                        \"spotify\": \"https://open.spotify.com/album/6JlCkqkqobGirPsaleJpFr\"\n                    },\n                    \"href\": \"https://api.spotify.com/v1/albums/6JlCkqkqobGirPsaleJpFr\",\n                    \"id\": \"6JlCkqkqobGirPsaleJpFr\",\n                    \"images\": [\n                        {\n                            \"height\": 640,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000b2737d6813fd233f3bc4977cceca\",\n                            \"width\": 640\n                        },\n                        {\n                            \"height\": 300,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00001e027d6813fd233f3bc4977cceca\",\n                            \"width\": 300\n                        },\n                        {\n                            \"height\": 64,\n                            \"url\": \"https://i.scdn.co/image/ab67616d000048517d6813fd233f3bc4977cceca\",\n                            \"width\": 64\n                        }\n                    ],\n                    \"name\": \"Dangerous: The Double Album\",\n                    \"release_date\": \"2021-01-08\",\n                    \"release_date_precision\": \"day\",\n                    \"total_tracks\": 30,\n                    \"type\": \"album\",\n                    \"uri\": \"spotify:album:6JlCkqkqobGirPsaleJpFr\"\n                },\n                \"artists\": [\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/4oUHIQIBe0LHzYfvXNW4QM\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/4oUHIQIBe0LHzYfvXNW4QM\",\n                        \"id\": \"4oUHIQIBe0LHzYfvXNW4QM\",\n                        \"name\": \"Morgan Wallen\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:4oUHIQIBe0LHzYfvXNW4QM\"\n                    }\n                ],\n                \"disc_number\": 1,\n                \"duration_ms\": 210506,\n                \"explicit\": false,\n                \"external_ids\": {\n                    \"isrc\": \"QZ22S1800133\"\n                },\n                \"external_urls\": {\n                    \"spotify\": \"https://open.spotify.com/track/4obHzpwGrjoTuZh2DItEMZ\"\n                },\n                \"href\": \"https://api.spotify.com/v1/tracks/4obHzpwGrjoTuZh2DItEMZ\",\n                \"id\": \"4obHzpwGrjoTuZh2DItEMZ\",\n                \"is_local\": false,\n                \"is_playable\": true,\n                \"name\": \"7 Summers\",\n                \"popularity\": 77,\n                \"preview_url\": null,\n                \"track_number\": 14,\n                \"type\": \"track\",\n                \"uri\": \"spotify:track:4obHzpwGrjoTuZh2DItEMZ\"\n            },\n            {\n                \"album\": {\n                    \"album_type\": \"single\",\n                    \"artists\": [\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/1cZQSpDsxgKIX2yW5OR9Ot\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/1cZQSpDsxgKIX2yW5OR9Ot\",\n                            \"id\": \"1cZQSpDsxgKIX2yW5OR9Ot\",\n                            \"name\": \"Lennon Stella\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:1cZQSpDsxgKIX2yW5OR9Ot\"\n                        },\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/6VuMaDnrHyPL1p4EHjYLi7\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/6VuMaDnrHyPL1p4EHjYLi7\",\n                            \"id\": \"6VuMaDnrHyPL1p4EHjYLi7\",\n                            \"name\": \"Charlie Puth\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:6VuMaDnrHyPL1p4EHjYLi7\"\n                        }\n                    ],\n                    \"external_urls\": {\n                        \"spotify\": \"https://open.spotify.com/album/4D9M4nzQ9kvchgxyQyymtW\"\n                    },\n                    \"href\": \"https://api.spotify.com/v1/albums/4D9M4nzQ9kvchgxyQyymtW\",\n                    \"id\": \"4D9M4nzQ9kvchgxyQyymtW\",\n                    \"images\": [\n                        {\n                            \"height\": 640,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000b2738733aeff08abb0822948bbb0\",\n                            \"width\": 640\n                        },\n                        {\n                            \"height\": 300,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00001e028733aeff08abb0822948bbb0\",\n                            \"width\": 300\n                        },\n                        {\n                            \"height\": 64,\n                            \"url\": \"https://i.scdn.co/image/ab67616d000048518733aeff08abb0822948bbb0\",\n                            \"width\": 64\n                        }\n                    ],\n                    \"name\": \"Summer Feelings (feat. Charlie Puth)\",\n                    \"release_date\": \"2020-04-23\",\n                    \"release_date_precision\": \"day\",\n                    \"total_tracks\": 1,\n                    \"type\": \"album\",\n                    \"uri\": \"spotify:album:4D9M4nzQ9kvchgxyQyymtW\"\n                },\n                \"artists\": [\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/1cZQSpDsxgKIX2yW5OR9Ot\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/1cZQSpDsxgKIX2yW5OR9Ot\",\n                        \"id\": \"1cZQSpDsxgKIX2yW5OR9Ot\",\n                        \"name\": \"Lennon Stella\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:1cZQSpDsxgKIX2yW5OR9Ot\"\n                    },\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/6VuMaDnrHyPL1p4EHjYLi7\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/6VuMaDnrHyPL1p4EHjYLi7\",\n                        \"id\": \"6VuMaDnrHyPL1p4EHjYLi7\",\n                        \"name\": \"Charlie Puth\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:6VuMaDnrHyPL1p4EHjYLi7\"\n                    }\n                ],\n                \"disc_number\": 1,\n                \"duration_ms\": 160289,\n                \"explicit\": false,\n                \"external_ids\": {\n                    \"isrc\": \"USAT22003073\"\n                },\n                \"external_urls\": {\n                    \"spotify\": \"https://open.spotify.com/track/49dFIRQCQxPWgoH0m38XQ5\"\n                },\n                \"href\": \"https://api.spotify.com/v1/tracks/49dFIRQCQxPWgoH0m38XQ5\",\n                \"id\": \"49dFIRQCQxPWgoH0m38XQ5\",\n                \"is_local\": false,\n                \"is_playable\": true,\n                \"name\": \"Summer Feelings (feat. Charlie Puth) - From 'SCOOB!' The Album\",\n                \"popularity\": 73,\n                \"preview_url\": \"https://p.scdn.co/mp3-preview/7bdb0598f79b287feb838f266b8f9be1cae85f23?cid=ef579e223215488c97130ad2dda1fabf\",\n                \"track_number\": 1,\n                \"type\": \"track\",\n                \"uri\": \"spotify:track:49dFIRQCQxPWgoH0m38XQ5\"\n            },\n            {\n                \"album\": {\n                    \"album_type\": \"single\",\n                    \"artists\": [\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/4oUHIQIBe0LHzYfvXNW4QM\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/4oUHIQIBe0LHzYfvXNW4QM\",\n                            \"id\": \"4oUHIQIBe0LHzYfvXNW4QM\",\n                            \"name\": \"Morgan Wallen\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:4oUHIQIBe0LHzYfvXNW4QM\"\n                        }\n                    ],\n                    \"external_urls\": {\n                        \"spotify\": \"https://open.spotify.com/album/5K2OOaiQ2nRZjp5S5ghasO\"\n                    },\n                    \"href\": \"https://api.spotify.com/v1/albums/5K2OOaiQ2nRZjp5S5ghasO\",\n                    \"id\": \"5K2OOaiQ2nRZjp5S5ghasO\",\n                    \"images\": [\n                        {\n                            \"height\": 640,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000b273b00fc73517a7d56a85601e4a\",\n                            \"width\": 640\n                        },\n                        {\n                            \"height\": 300,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00001e02b00fc73517a7d56a85601e4a\",\n                            \"width\": 300\n                        },\n                        {\n                            \"height\": 64,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00004851b00fc73517a7d56a85601e4a\",\n                            \"width\": 64\n                        }\n                    ],\n                    \"name\": \"7 Summers\",\n                    \"release_date\": \"2020-08-14\",\n                    \"release_date_precision\": \"day\",\n                    \"total_tracks\": 1,\n                    \"type\": \"album\",\n                    \"uri\": \"spotify:album:5K2OOaiQ2nRZjp5S5ghasO\"\n                },\n                \"artists\": [\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/4oUHIQIBe0LHzYfvXNW4QM\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/4oUHIQIBe0LHzYfvXNW4QM\",\n                        \"id\": \"4oUHIQIBe0LHzYfvXNW4QM\",\n                        \"name\": \"Morgan Wallen\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:4oUHIQIBe0LHzYfvXNW4QM\"\n                    }\n                ],\n                \"disc_number\": 1,\n                \"duration_ms\": 210122,\n                \"explicit\": false,\n                \"external_ids\": {\n                    \"isrc\": \"QZ22S1800133\"\n                },\n                \"external_urls\": {\n                    \"spotify\": \"https://open.spotify.com/track/0tbjiOUl4k492KPdWZS9sy\"\n                },\n                \"href\": \"https://api.spotify.com/v1/tracks/0tbjiOUl4k492KPdWZS9sy\",\n                \"id\": \"0tbjiOUl4k492KPdWZS9sy\",\n                \"is_local\": false,\n                \"is_playable\": true,\n                \"name\": \"7 Summers\",\n                \"popularity\": 75,\n                \"preview_url\": null,\n                \"track_number\": 1,\n                \"type\": \"track\",\n                \"uri\": \"spotify:track:0tbjiOUl4k492KPdWZS9sy\"\n            },\n            {\n                \"album\": {\n                    \"album_type\": \"single\",\n                    \"artists\": [\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/60d24wfXkVzDSfLS6hyCjZ\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/60d24wfXkVzDSfLS6hyCjZ\",\n                            \"id\": \"60d24wfXkVzDSfLS6hyCjZ\",\n                            \"name\": \"Martin Garrix\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:60d24wfXkVzDSfLS6hyCjZ\"\n                        },\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/3JhNCzhSMTxs9WLGJJxWOY\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/3JhNCzhSMTxs9WLGJJxWOY\",\n                            \"id\": \"3JhNCzhSMTxs9WLGJJxWOY\",\n                            \"name\": \"Macklemore\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:3JhNCzhSMTxs9WLGJJxWOY\"\n                        },\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/4UXqAaa6dQYAk18Lv7PEgX\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/4UXqAaa6dQYAk18Lv7PEgX\",\n                            \"id\": \"4UXqAaa6dQYAk18Lv7PEgX\",\n                            \"name\": \"Fall Out Boy\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:4UXqAaa6dQYAk18Lv7PEgX\"\n                        }\n                    ],\n                    \"external_urls\": {\n                        \"spotify\": \"https://open.spotify.com/album/0xbuJLlb5afBcmCpdOaszR\"\n                    },\n                    \"href\": \"https://api.spotify.com/v1/albums/0xbuJLlb5afBcmCpdOaszR\",\n                    \"id\": \"0xbuJLlb5afBcmCpdOaszR\",\n                    \"images\": [\n                        {\n                            \"height\": 640,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000b273d7658a5bf66a2f3f11878bdf\",\n                            \"width\": 640\n                        },\n                        {\n                            \"height\": 300,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00001e02d7658a5bf66a2f3f11878bdf\",\n                            \"width\": 300\n                        },\n                        {\n                            \"height\": 64,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00004851d7658a5bf66a2f3f11878bdf\",\n                            \"width\": 64\n                        }\n                    ],\n                    \"name\": \"Summer Days (feat. Macklemore & Patrick Stump of Fall Out Boy)\",\n                    \"release_date\": \"2019-04-25\",\n                    \"release_date_precision\": \"day\",\n                    \"total_tracks\": 1,\n                    \"type\": \"album\",\n                    \"uri\": \"spotify:album:0xbuJLlb5afBcmCpdOaszR\"\n                },\n                \"artists\": [\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/60d24wfXkVzDSfLS6hyCjZ\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/60d24wfXkVzDSfLS6hyCjZ\",\n                        \"id\": \"60d24wfXkVzDSfLS6hyCjZ\",\n                        \"name\": \"Martin Garrix\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:60d24wfXkVzDSfLS6hyCjZ\"\n                    },\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/3JhNCzhSMTxs9WLGJJxWOY\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/3JhNCzhSMTxs9WLGJJxWOY\",\n                        \"id\": \"3JhNCzhSMTxs9WLGJJxWOY\",\n                        \"name\": \"Macklemore\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:3JhNCzhSMTxs9WLGJJxWOY\"\n                    },\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/4UXqAaa6dQYAk18Lv7PEgX\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/4UXqAaa6dQYAk18Lv7PEgX\",\n                        \"id\": \"4UXqAaa6dQYAk18Lv7PEgX\",\n                        \"name\": \"Fall Out Boy\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:4UXqAaa6dQYAk18Lv7PEgX\"\n                    }\n                ],\n                \"disc_number\": 1,\n                \"duration_ms\": 163804,\n                \"explicit\": true,\n                \"external_ids\": {\n                    \"isrc\": \"NLM5S1900528\"\n                },\n                \"external_urls\": {\n                    \"spotify\": \"https://open.spotify.com/track/7Feaw9WAEREY0DUOSXJLOM\"\n                },\n                \"href\": \"https://api.spotify.com/v1/tracks/7Feaw9WAEREY0DUOSXJLOM\",\n                \"id\": \"7Feaw9WAEREY0DUOSXJLOM\",\n                \"is_local\": false,\n                \"is_playable\": true,\n                \"name\": \"Summer Days (feat. Macklemore & Patrick Stump of Fall Out Boy)\",\n                \"popularity\": 75,\n                \"preview_url\": \"https://p.scdn.co/mp3-preview/2c529a40d846a04151fed237da99736e1a372e1c?cid=ef579e223215488c97130ad2dda1fabf\",\n                \"track_number\": 1,\n                \"type\": \"track\",\n                \"uri\": \"spotify:track:7Feaw9WAEREY0DUOSXJLOM\"\n            },\n            {\n                \"album\": {\n                    \"album_type\": \"compilation\",\n                    \"artists\": [\n                        {\n                            \"external_urls\": {\n                                \"spotify\": \"https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of\"\n                            },\n                            \"href\": \"https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of\",\n                            \"id\": \"0LyfQWJT6nXafLPZqxe9Of\",\n                            \"name\": \"Various Artists\",\n                            \"type\": \"artist\",\n                            \"uri\": \"spotify:artist:0LyfQWJT6nXafLPZqxe9Of\"\n                        }\n                    ],\n                    \"external_urls\": {\n                        \"spotify\": \"https://open.spotify.com/album/31UTQAB8bn1Dnh5neePui8\"\n                    },\n                    \"href\": \"https://api.spotify.com/v1/albums/31UTQAB8bn1Dnh5neePui8\",\n                    \"id\": \"31UTQAB8bn1Dnh5neePui8\",\n                    \"images\": [\n                        {\n                            \"height\": 640,\n                            \"url\": \"https://i.scdn.co/image/ab67616d0000b273fce512decae1f8e01d457001\",\n                            \"width\": 640\n                        },\n                        {\n                            \"height\": 300,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00001e02fce512decae1f8e01d457001\",\n                            \"width\": 300\n                        },\n                        {\n                            \"height\": 64,\n                            \"url\": \"https://i.scdn.co/image/ab67616d00004851fce512decae1f8e01d457001\",\n                            \"width\": 64\n                        }\n                    ],\n                    \"name\": \"Break Up Songs\",\n                    \"release_date\": \"2021-02-05\",\n                    \"release_date_precision\": \"day\",\n                    \"total_tracks\": 87,\n                    \"type\": \"album\",\n                    \"uri\": \"spotify:album:31UTQAB8bn1Dnh5neePui8\"\n                },\n                \"artists\": [\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/7n2wHs1TKAczGzO7Dd2rGr\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/7n2wHs1TKAczGzO7Dd2rGr\",\n                        \"id\": \"7n2wHs1TKAczGzO7Dd2rGr\",\n                        \"name\": \"Shawn Mendes\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:7n2wHs1TKAczGzO7Dd2rGr\"\n                    },\n                    {\n                        \"external_urls\": {\n                            \"spotify\": \"https://open.spotify.com/artist/4nDoRrQiYLoBzwC5BhVJzF\"\n                        },\n                        \"href\": \"https://api.spotify.com/v1/artists/4nDoRrQiYLoBzwC5BhVJzF\",\n                        \"id\": \"4nDoRrQiYLoBzwC5BhVJzF\",\n                        \"name\": \"Camila Cabello\",\n                        \"type\": \"artist\",\n                        \"uri\": \"spotify:artist:4nDoRrQiYLoBzwC5BhVJzF\"\n                    }\n                ],\n                \"disc_number\": 1,\n                \"duration_ms\": 223826,\n                \"explicit\": false,\n                \"external_ids\": {\n                    \"isrc\": \"USUM71516597\"\n                },\n                \"external_urls\": {\n                    \"spotify\": \"https://open.spotify.com/track/2MfBbnbtk203u0P9qDnxkO\"\n                },\n                \"href\": \"https://api.spotify.com/v1/tracks/2MfBbnbtk203u0P9qDnxkO\",\n                \"id\": \"2MfBbnbtk203u0P9qDnxkO\",\n                \"is_local\": false,\n                \"is_playable\": true,\n                \"name\": \"I Know What You Did Last Summer\",\n                \"popularity\": 0,\n                \"preview_url\": null,\n                \"track_number\": 74,\n                \"type\": \"track\",\n                \"uri\": \"spotify:track:2MfBbnbtk203u0P9qDnxkO\"\n            }\n        ],\n        \"limit\": 10,\n        \"next\": \"https://api.spotify.com/v1/search?query=summer&type=track&market=from_token&offset=10&limit=10\",\n        \"offset\": 0,\n        \"previous\": null,\n        \"total\": 250007\n    }\n}"}],"_postman_id":"0a6c89de-af25-4060-8962-99630843a2f3"},{"name":"Add Spotify track to playlist(s)","id":"682c06b1-c230-43d8-abaa-e65939e73e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Track_ID\": \"spotify:track:5DnVR3FYEj7wcpPCWrFfYo\",\r\n    \"Playlist_IDs\": [\"1zgHlv0eaknvjbeEQGRnWw\",\"4TiocbFQoCJ5LJ2GEBz0Yy\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/addtrack","description":"<p>Adds the selected track to the selected playlist(s) by the user.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"headerPrefix","value":"<header-prefix>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"clientId","value":"<client-id>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"tokenName","value":"<token-name>"}]},"isInherited":true,"source":{"_postman_id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","name":"Spotify Multi-Add Back End API","type":"collection"}},"urlObject":{"path":["addtrack"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ce592133-2ea5-49fa-a8d6-d9708630f893","name":"Add Spotify track to playlist(s)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Track_ID\": \"spotify:track:5DnVR3FYEj7wcpPCWrFfYo\",\r\n    \"Playlist_IDs\": [\"1zgHlv0eaknvjbeEQGRnWw\",\"4TiocbFQoCJ5LJ2GEBz0Yy\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/addtrack"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"129"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 05 Feb 2021 08:34:07 GMT"},{"key":"x-amzn-RequestId","value":"d3238cd5-44f7-4b57-afc0-00b8e780d004"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"109"},{"key":"x-amz-apigw-id","value":"aQ1nxED6CYcF1bA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-601d02fe-60cabb4b7513dc6c3f4c574c;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b777aca21cc019cae5fa7dbd0d71b665.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ORD51-C1"},{"key":"X-Amz-Cf-Id","value":"Eb3U9sul3o3K6ShFUzRhuxUK73_fQJCwHuz49jtYNNHl2gVmcPJzZQ=="}],"cookie":[],"responseTime":null,"body":"Added spotify:track:5DnVR3FYEj7wcpPCWrFfYo to playlists: [\"1zgHlv0eaknvjbeEQGRnWw\",\"4TiocbFQoCJ5LJ2GEBz0Yy\"]"}],"_postman_id":"682c06b1-c230-43d8-abaa-e65939e73e01"},{"name":"Sign out of application","id":"a2695499-4762-45be-8116-f82eeee60edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/signout","description":"<p>Logs user out of front end and deletes the authorization cache stored in S3 bucket.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"headerPrefix","value":"<header-prefix>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"clientId","value":"<client-id>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"tokenName","value":"<token-name>"}]},"isInherited":true,"source":{"_postman_id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","id":"c40f9b5e-9218-4802-9b6d-20b09c50f2b6","name":"Spotify Multi-Add Back End API","type":"collection"}},"urlObject":{"path":["signout"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"357e192b-d9c3-459e-b9b5-b8b7552b87f0","name":"Sign out of application","originalRequest":{"method":"POST","header":[],"url":"{{url}}/signout"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"30"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 05 Feb 2021 08:35:40 GMT"},{"key":"x-amzn-RequestId","value":"2ed2d3d2-609f-4673-9856-1ba76d7fa96f"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"10"},{"key":"x-amz-apigw-id","value":"aQ12XGwfiYcFfsA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-601d035b-501c83a63dc9072a31860dfc;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b777aca21cc019cae5fa7dbd0d71b665.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ORD51-C1"},{"key":"X-Amz-Cf-Id","value":"twfI9E6ruXRC09CwNIkuumprmWWR250BTfwdV3LeMF-VFBqJhI5p-A=="}],"cookie":[],"responseTime":null,"body":"Signed out"}],"_postman_id":"a2695499-4762-45be-8116-f82eeee60edc"}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"headerPrefix","value":"<header-prefix>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"clientId","value":"<client-id>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"tokenName","value":"<token-name>"}]}},"event":[{"listen":"prerequest","script":{"id":"f4ce09fb-2490-42a7-98c2-134c9a661689","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3405009c-ad21-4600-b37e-98b936de565c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"auth","value":"69125975-99a8-4d25-b01e-e730fe3014bd"},{"key":"value","value":"value"},{"key":"code","value":"AQArqwNtXWJjfSPEG6WBsvoEqgK4_NDiImLILTV6fYetIN8tYgNsVLNq57xBZzwwJxH8jEj_0apd2mW6TYa_7w-eJjk4dOiN8x-0gXT1dyvzeJfjHYysN2bvlVQ0TRLkquW8PyqjBpkrHCeh6aQLElllF1bHFEh4y5Z7PRUC_oXwUxeOxYnPGriJSrY2C-fF_SNRoMd10IMYSDO0ZqU2HoUEGyfFuy3pMKeroukNlmznwhdCXOw1lmqJal0DaJB5NzlTTP9cszvHrNMnWsYunDXbszEk0faLOtgfdHeixESwqrPD"},{"key":"track_id","value":"spotify:track:5DnVR3FYEj7wcpPCWrFfYo"},{"key":"playlist_ids","value":"[\"1zgHlv0eaknvjbeEQGRnWw\",\"4TiocbFQoCJ5LJ2GEBz0Yy\"]"},{"key":"cli_id","value":"ef579e223215488c97130ad2dda1fabf"}]}