diff --git a/.prettierignore b/.prettierignore
index e3be5e6..70eac5a 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -4,7 +4,6 @@ public/**.json
node_modules
venv
*.yaml
-src/utils/songs.json
*.aux
*.fdb_latexmk
*.fls
diff --git a/spotify/index.py b/spotify/index.py
index 635a66b..7d8ca4a 100644
--- a/spotify/index.py
+++ b/spotify/index.py
@@ -57,6 +57,8 @@ def main():
"id": liked_song["track"]["id"],
"artist": liked_song["track"]["artists"][0]["name"],
}
+ if liked_song["track"]["id"] in song_ids:
+ continue
song_ids.add(liked_song["track"]["id"])
resp.append(track_info)
except:
@@ -69,7 +71,7 @@ def main():
track_info["url"] = song
song_ids.add(song.split("/")[-1].split("?")[0])
resp.append(track_info)
-
+ print(len(resp))
with open(WEBSITE_PUBLIC_SONGS_PATH + "songs.json", "w+") as f:
json.dump(resp, f)
diff --git a/src/components/HomeLayout/PlayList.tsx b/src/components/HomeLayout/PlayList.tsx
index d52b0f1..00f72cb 100644
--- a/src/components/HomeLayout/PlayList.tsx
+++ b/src/components/HomeLayout/PlayList.tsx
@@ -70,7 +70,7 @@ export default function PlayList() {
useEffect(() => {
// check if the displayed songs are unique
- const ids = displayedSongs.map(song => song.id);
+ const ids = displayedSongs.map(song => song?.id);
const uniqueIds = [...new Set(ids)];
if (ids.length !== uniqueIds.length) {
console.log(ids);
@@ -82,6 +82,10 @@ export default function PlayList() {
const songBubbles = useMemo(
() =>
displayedSongs.map((song, index) => {
+ if (!song || !song.image) {
+ console.log("Invalid song", song);
+ return null;
+ }
return (
handleBubbleClick(`https://open.spotify.com/track/${song.id}`)}>
+ onClick={() => handleBubbleClick(`https://open.spotify.com/track/${song?.id}`)}>
(e.currentTarget.src = "/images/default.jpg")}
diff --git a/src/utils/songs.json b/src/utils/songs.json
index a6e95df..6510ed8 100644
--- a/src/utils/songs.json
+++ b/src/utils/songs.json
@@ -1,2814 +1,2814 @@
-[
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731917a0f3f4152622a040913f",
- "name": "Another Love",
- "id": "3JvKfv6T31zO0ini8iNItO",
- "artist": "Tom Odell"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d71d2e2ca2f49bd019476930",
- "name": "Naina Da Kya Kasoor",
- "id": "2g3o6I7YuKFEUn9OOfuAfP",
- "artist": "Amit Trivedi"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a58a09b161c806587fe97b6e",
- "name": "Luka Chuppi",
- "id": "500H9ENeR5AYbKU1ScK6ME",
- "artist": "A.R. Rahman"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a935e4689f15953311772cc4",
- "name": "Unholy (feat. Kim Petras)",
- "id": "3nqQXoyQOWXiESFLlDF1hG",
- "artist": "Sam Smith"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273edfe45782ad611717d77b2ee",
- "name": "Kho Gaye Hum Kahan",
- "id": "7nPCAO0Q9AHbM7PWyj9O98",
- "artist": "Jasleen Royal"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a00249b8bf77312ec156dd4b",
- "name": "Raanjhanaa",
- "id": "5OMUXgfXsSukZ0zxelpC3b",
- "artist": "A.R. Rahman"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735a63efb352e4b9cf64b5b6e4",
- "name": "Manzar Hai Ye Naya",
- "id": "0Y0MPg9LRfajmMm6vOlj1o",
- "artist": "Shashwat Sachdev"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734a046f8a1ea0f4de59ed7eec",
- "name": "Vande Mataram (The Fighter Anthem) From [\"Fighter\"]",
- "id": "5kuGzLavUlEYlcsTpZWBxZ",
- "artist": "Vishal Dadlani"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e5312915971d9e0de84b682b",
- "name": "Somewhere Only We Know",
- "id": "70krvvezXaAUim8wvWb9Fb",
- "artist": "Gustixa"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27312b69bf576f5e80291f75161",
- "name": "Sunsetz",
- "id": "0SpkyS1Q4MD8GaVcP5YjT4",
- "artist": "Cigarettes After Sex"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27312b69bf576f5e80291f75161",
- "name": "Apocalypse",
- "id": "0yc6Gst2xkRu0eMLeRMGCX",
- "artist": "Cigarettes After Sex"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735949fe5472d5ad4d30494569",
- "name": "DARKSIDE",
- "id": "6xlOnm5MITIKtixzJW8R0j",
- "artist": "Neoni"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
- "name": "Killing Jeeja",
- "id": "516WjryhZz2W7Sni4HDi4P",
- "artist": "Harshavardhan Rameshwar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
- "name": "Roaring War Machine",
- "id": "2DyhP69uXCHcJHA3spnAnc",
- "artist": "Harshavardhan Rameshwar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
- "name": "Nude Walk",
- "id": "6Kb5lmOi6TCt6VbvaT73m9",
- "artist": "Harshavardhan Rameshwar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730f431c71dd2ac4dafc0c828f",
- "name": "Taare Zameen Par",
- "id": "5ELS4KckqA4uxrS8RnxEjv",
- "artist": "Shankar Mahadevan"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739d2efe43d5b7ebc7cb60ca81",
- "name": "The Night We Met",
- "id": "0QZ5yyl6B6utIWkxeBDxQN",
- "artist": "Lord Huron"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f2248cf6dad1d6c062587249",
- "name": "everything i wanted",
- "id": "3ZCTVFBt2Brf31RLEnCkWJ",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273fd275af89cec73d6287f9cbf",
- "name": "Cry",
- "id": "3p4hRhMcb6ch8OLtATMaLw",
- "artist": "Cigarettes After Sex"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273c820a9669147be3addd7f221",
- "name": "hotline (edit)",
- "id": "0WFryfbNKPXVtVQlz5dZ8H",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27342c087c654e6c83eba52e7a3",
- "name": "Dil Banaane Waaleya",
- "id": "6WlamJnq3oXCnA42XwEETX",
- "artist": "Arijit Singh"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e44e4e4a25c3214535cf93ae",
- "name": "Silent Cat",
- "id": "1pfq6Js42AsZwSjynwwjt7",
- "artist": "K.ZIA"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273820e2ac14772ae3162c6d479",
- "name": "Fourth of July",
- "id": "5Qnrgqy1pAm9GyNQOgyVFz",
- "artist": "Sufjan Stevens"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273da5d5aeeabacacc1263c0f4b",
- "name": "Don\u2019t Blame Me",
- "id": "1R0a2iXumgCiFb7HEZ7gUE",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730f74c4034578d104e964bfa7",
- "name": "Mourya Re",
- "id": "5IvXCYI3LU2BvWtb7KqDrf",
- "artist": "Shankar Mahadevan"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273aa27708d07f49c82ff0d0dae",
- "name": "Say Yes To Heaven",
- "id": "6GGtHZgBycCgGBUhZo81xe",
- "artist": "Lana Del Rey"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731bff765608498b674b30204f",
- "name": "Shaitaan Theme - From \"Shaitaan\"",
- "id": "3knFLuj6EqsPmYwvsr81dy",
- "artist": "Siddharth Basrur"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732bf0876d42b90a8852ad6244",
- "name": "Until I Found You (with Em Beihold) - Em Beihold Version",
- "id": "1Y3LN4zO1Edc2EluIoSPJN",
- "artist": "Stephen Sanchez"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732f0dd56b1f1c9d51d5fc2782",
- "name": "Where's My Love",
- "id": "1B62o4CbdL9ckGvwsz2cgn",
- "artist": "SYML"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273593dd16691c117c716e210ae",
- "name": "Jaane Nahin Denge Tujhe",
- "id": "19SF5nItZDNoGKFq6uoPNB",
- "artist": "Sonu Nigam"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ec96e006b8bdfc582610ec13",
- "name": "I Ain't Worried",
- "id": "4h9wh7iOZ0GGn8QVp4RAOB",
- "artist": "OneRepublic"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273495ce6da9aeb159e94eaa453",
- "name": "Closer",
- "id": "7BKLCZ1jbUBVqRi2FVlTVw",
- "artist": "The Chainsmokers"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e21cc1db05580b6f2d2a3b6e",
- "name": "Viva La Vida",
- "id": "1mea3bSkSGXuIRvnydlB5b",
- "artist": "Coldplay"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738e434692f8d330ad8f5d933a",
- "name": "Dancin - Krono Remix",
- "id": "4IlqQhaxrGPxmg35YcXXuS",
- "artist": "Aaron Smith"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273b142294d7adcc8e4f599fe87",
- "name": "Gulabi",
- "id": "22kRCQPyNXWZSQEcDvCmGD",
- "artist": "Sachin-Jigar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a8f95e7f840c11edfa6cc3bd",
- "name": "On Top Of The World",
- "id": "6KuHjfXHkfnIjdmcIvt9r0",
- "artist": "Imagine Dragons"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734a60872ae145776164540a7f",
- "name": "Heeriye (feat. Arijit Singh)",
- "id": "5PUXKVVVQ74C3gl5vKy9Li",
- "artist": "Jasleen Royal"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27349079e6945b600abe668cae4",
- "name": "Love You Zindagi",
- "id": "6k3XXCE1ZzwevQlxf8dNaw",
- "artist": "Amit Trivedi"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730d0621554b1c6c9dbf3556be",
- "name": "Make You Mine",
- "id": "5iFwAOB2TFkPJk8sMlxP8g",
- "artist": "PUBLIC"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e5a95573f1b91234630fd2cf",
- "name": "A Sky Full of Stars",
- "id": "0FDzzruyVECATHXKHFs9eJ",
- "artist": "Coldplay"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273352f44aed6f226c6ea28b961",
- "name": "Kyon",
- "id": "1sYC1fG7s4p0pTykrJqmgW",
- "artist": "Pritam"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273406c79c19c702998ece57d7f",
- "name": "Overwhelmed (Ryan Mack Remix)",
- "id": "03eyNjBM2mpx28H6kdaufN",
- "artist": "Ryan Mack"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f2607ce870ebc75e030e0224",
- "name": "Haareya (From \"Meri Pyaari Bindu \")",
- "id": "678JJ0TF3KFkzw6bIFKcew",
- "artist": "Sachin-Jigar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731cc17bae5ee17cce117e198a",
- "name": "Evergreen",
- "id": "6me7F0aaZjwDo6RJ5MrfBD",
- "artist": "Richy Mitch & The Coal Miners"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736a2e7f7613210a6397e854f5",
- "name": "I Love You",
- "id": "5bHDGWyIFML1LYXZWTD5MF",
- "artist": "Pritam"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bcb8ec035de7b2dda0f74660",
- "name": "Tum Mile",
- "id": "1EjxJHY9A6LMOlvyZdwDly",
- "artist": "Pritam"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735ef878a782c987d38d82b605",
- "name": "positions",
- "id": "35mvY5S1H3J2QZyna3TFe0",
- "artist": "Ariana Grande"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739922157daa474131bb3a0fbc",
- "name": "Copines",
- "id": "1Bhm5HNO1cq8olDbBmokyL",
- "artist": "Aya Nakamura"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273b608e9bcf3845d082d1d559e",
- "name": "Tum Se (From \"Teri Baaton Mein Aisa Uljha Jiya\")",
- "id": "2ceeTJAzKy295Fm0VsaXtE",
- "artist": "Sachin-Jigar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730f48649d4f365018a9dee53b",
- "name": "Bye",
- "id": "0PGU5mcLncBYE8yuVpSwqA",
- "artist": "Aditya Bhardwaj"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731a4f1ada93881da4ca8060ff",
- "name": "Made You Look",
- "id": "0QHEIqNKsMoOY5urbzN48u",
- "artist": "Meghan Trainor"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273b8a6b18ae389a660007956ea",
- "name": "Deewani",
- "id": "1pDvtLmrjzr5FSQItRLWxA",
- "artist": "Sachet Tandon"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a48964b5d9a3d6968ae3e0de",
- "name": "Love Story (Taylor\u2019s Version)",
- "id": "6YvqWjhGD8mB5QXcbcUKtx",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738265a736a1eb838ad5a0b921",
- "name": "Sweater Weather",
- "id": "2QjOHCTQ1Jl3zawyYOpxh6",
- "artist": "The Neighbourhood"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738863bc11d2aa12b54f5aeb36",
- "name": "Blinding Lights",
- "id": "0VjIjW4GlUZAMYd2vXMi3b",
- "artist": "The Weeknd"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273dfbe5a9dbc33534d8a14d29c",
- "name": "Meri Ho Ja",
- "id": "7z3e5trtKbiILn2bcxqKpr",
- "artist": "Sachet Tandon"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273b4d59e6fa7e5e7cbc57ac33a",
- "name": "STAY (with Justin Bieber)",
- "id": "567e29TDzLwZwfDuEpGTwo",
- "artist": "The Kid LAROI"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27328189e5da1179f64ec604fea",
- "name": "Atrangi Yaari",
- "id": "7oVKUnaAGVgvGRGs0TQsbx",
- "artist": "Rochak Kohli"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733899712512f50a8d9e01e951",
- "name": "Play Date",
- "id": "4DpNNXFMMxQEKl7r0ykkWA",
- "artist": "Melanie Martinez"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ab28b6ef093e44b99ff02e8c",
- "name": "Dil Hi Toh Hai - Reprise",
- "id": "1xPRsw6lVO9PIKidGeAHPE",
- "artist": "Pritam"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739e1683774b22648f4f178ed3",
- "name": "Lush Life",
- "id": "1rIKgCH4H52lrvDcz50hS8",
- "artist": "Zara Larsson"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d2f3f606e8d06c7a6a340a48",
- "name": "Ye Jawaani Teri",
- "id": "5BE6214zFFNKBCYYj1sFpu",
- "artist": "Sachin-Jigar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732172b607853fa89cefa2beb4",
- "name": "Levitating (feat. DaBaby)",
- "id": "5nujrmhLynf4yMoMtj8AQF",
- "artist": "Dua Lipa"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732babb9dbd8f5146112f1bf86",
- "name": "Stuck with U (with Justin Bieber)",
- "id": "4HBZA5flZLE435QTztThqH",
- "artist": "Ariana Grande"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27344aa56e23e3a89802e6c6347",
- "name": "Dildaara (Stand By Me)",
- "id": "6ZoCBDOB308GqUdt2AJrV2",
- "artist": "Shafqat Amanat Ali"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f3582107f127c2765fafb431",
- "name": "Khulke Jeene Ka",
- "id": "1XFZMenJ30FfGOsj8X5sqf",
- "artist": "A.R. Rahman"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273904445d70d04eb24d6bb79ac",
- "name": "Wildest Dreams (Taylor's Version)",
- "id": "1K39ty6o1sHwwlZwO6a7wK",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ca5585b4e97cd9deeafb5c63",
- "name": "Ek Zindagi (From \"Angrezi Medium\")",
- "id": "6shPaz0rzOAGatiY6X6zLQ",
- "artist": "Taniskaa Sanghvi"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730acb5a72549287bf33b51b71",
- "name": "Dil Dhadakne Do",
- "id": "46elU7IBKWf55D5sjHGqO7",
- "artist": "Joi Barua"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731da0a37c5bad81580d49ef05",
- "name": "Tumse Hi Tumse",
- "id": "6qNyL8lZuqFmy9ginJRQOZ",
- "artist": "Shekhar Ravjiani"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d593820d1884e330cf258727",
- "name": "PS5",
- "id": "3YQkC6dE9YE9sH1751qqEr",
- "artist": "salem ilese"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273774767c26967fb25e7854305",
- "name": "Thandi Hawa",
- "id": "5tyReDTH3MpN7J5pk2LuGx",
- "artist": "Ritviz"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273fc915b69600dce2991a61f13",
- "name": "Bones",
- "id": "54ipXppHLA8U4yqpOFTUhr",
- "artist": "Imagine Dragons"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733d82f8ee55e79185ccf2427f",
- "name": "Chedkhaniyaan",
- "id": "30PPEJ1pEhtVnrgVNK5MEw",
- "artist": "Shankar-Ehsaan-Loy"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d09f96d82310d4d77c14c108",
- "name": "One Kiss (with Dua Lipa)",
- "id": "7ef4DlsgrMEH11cDZd32M6",
- "artist": "Calvin Harris"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273677c4cabe500b906c4a8e207",
- "name": "Udd Gaye",
- "id": "5ZsAhuQ24mWHiduaxJqnhW",
- "artist": "Ritviz"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273677c4cabe500b906c4a8e207",
- "name": "Jeet",
- "id": "2nEntnpNpsJNhw1wLY8O96",
- "artist": "Ritviz"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273933c036cd61cd40d3f17a9c4",
- "name": "I'm Good (Blue)",
- "id": "4uUG5RXrOk84mYEfFvj3cK",
- "artist": "David Guetta"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734ae7bae74852c0bd43f5db9c",
- "name": "Rabba Mehar Kari",
- "id": "7oUCpKXbK5PdNB0ytPOSqH",
- "artist": "Darshan Raval"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733f3d35703bdcd917dad51c4f",
- "name": "Pasoori",
- "id": "7lvDsmTRXFE3dK4OjvRiWB",
- "artist": "Shae Gill"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27322927ab54277255e23fc4756",
- "name": "Tera Yaar Hoon Main",
- "id": "4ZTx87kAgEwlPMzoojFZWg",
- "artist": "Rochak Kohli"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735010423a20b4be562fbed361",
- "name": "Tere Jaisa Yaar Kahan - From \"Yaarana\"",
- "id": "3oFQz8s9nnr6AvrbTf4kgt",
- "artist": "Kishore Kumar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736724a21713a8fb7698b6d9cf",
- "name": "Jiyo Re Bahubali",
- "id": "2S3KDCaxzKx8fvHatpnANw",
- "artist": "Daler Mehndi"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736724a21713a8fb7698b6d9cf",
- "name": "Veeron Ke Veer Aa",
- "id": "6PS5jdC3iUx1pnMB6pyBnX",
- "artist": "Aditi Paul"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736724a21713a8fb7698b6d9cf",
- "name": "Soja Zara",
- "id": "5iVyx2WMd7lwkWeXIs6cid",
- "artist": "Madhushree"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736724a21713a8fb7698b6d9cf",
- "name": "Jay-Jaykara",
- "id": "6Dzrw3MQFXeAGnJrfDUYun",
- "artist": "Kailash Kher"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736724a21713a8fb7698b6d9cf",
- "name": "Shivam",
- "id": "1khRXKcOsjsChxKf3zsgg3",
- "artist": "Kala Bhairava"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735f3ede47954a93aa03efe5f9",
- "name": "Arjan Vailly",
- "id": "4ApCig0GTR4IEp7Ijsyo3r",
- "artist": "Manan Bhardwaj"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735f3ede47954a93aa03efe5f9",
- "name": "Hua Main",
- "id": "133L8gUatgtOGZUn5PH20C",
- "artist": "Raghav Chaitanya"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735f3ede47954a93aa03efe5f9",
- "name": "Satranga",
- "id": "0rHlfhO0oh1klqPfr7ZUd2",
- "artist": "Arijit Singh"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735f3ede47954a93aa03efe5f9",
- "name": "Papa Meri Jaan",
- "id": "2zDYPNUwclRPsRgsy8ziwI",
- "artist": "Sonu Nigam"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735f3ede47954a93aa03efe5f9",
- "name": "Pehle Bhi Main",
- "id": "7yDHHVKLbvDmVw1XXhDDIO",
- "artist": "Vishal Mishra"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273106eb07ca5ca32a6894049c4",
- "name": "Abrar\u2019s Entry | Jamal Kudu (From \"ANIMAL\")",
- "id": "35FFqjqaPv1Fr9B1GtJdZO",
- "artist": "Harshavardhan Rameshwar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
- "name": "Rifle Warning",
- "id": "7CbbTUksQMizvHtZhGYFG9",
- "artist": "Harshavardhan Rameshwar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
- "name": "ANIMAL Theme",
- "id": "5Zo05eSvY52lT2Kgx3CVYL",
- "artist": "Harshavardhan Rameshwar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
- "name": "Tabbar Brothers Unite",
- "id": "6C9kFJmlr2K12qHNkfLQVF",
- "artist": "Harshavardhan Rameshwar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
- "name": "Range Rover Entry",
- "id": "6KOxp5U2mX0winYAUsM0Na",
- "artist": "Harshavardhan Rameshwar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
- "name": "Heading To Scotland",
- "id": "3Yhr8gWNwFuQzgpAqtFCK4",
- "artist": "Harshavardhan Rameshwar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
- "name": "Aziz's Introduction",
- "id": "00I07MPoUSOCKwKfUKYiVc",
- "artist": "Harshavardhan Rameshwar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27360d8da49922cd6f2f359febe",
- "name": "Ranvijay's Entry Medley (From \"ANIMAL\")",
- "id": "6Ee9j3KfgdNTlXcK2XSpH6",
- "artist": "A.R. Rahman"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a3e762b967e1bcaa9c51703c",
- "name": "Saari Duniya Jalaa Denge (Extended Film Version) [From \"ANIMAL\"]",
- "id": "0fos0JBszVPh2MtKRjW64e",
- "artist": "Jaani"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273105902aa6759ba91043f1681",
- "name": "GMFU (w/ 6arelyhuman)",
- "id": "4D1k6x4MXTaSnljSvAXhaf",
- "artist": "Odetari"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27314927ea8cabd02205c056870",
- "name": "Pretty Girl",
- "id": "1ue7zm5TVVvmoQV8lK6K2H",
- "artist": "Maggie Lindemann"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735c3b2cc74ac548ce120b5a71",
- "name": "Suits You",
- "id": "4ukBDoz8X3TD9DZxeQV3BU",
- "artist": "Arjan Dhillon"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f4c4ee507c2558262869f415",
- "name": "Long Way 2 Go",
- "id": "4v5kAh2wWyCSuKuhMJK8u6",
- "artist": "Cassie"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733f159ae07dd556323f39f47b",
- "name": "Genius (feat. Sia, Diplo, and Labrinth)",
- "id": "4xigPf2sigSPmuFH3qCelB",
- "artist": "Sia"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27349130b16d4190db1d6822e59",
- "name": "Never Say Never",
- "id": "5GYbkDveRD2I8M5ZJ14hWn",
- "artist": "Justin Bieber"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273c9779f1dbfc8157d66ab6680",
- "name": "Indian Summer",
- "id": "4Dp35qmMXU71GRCnd78gCv",
- "artist": "Shuba"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f22e1263704f24cb504700ea",
- "name": "Looking at Me",
- "id": "59tskctgqUmjCWAwhzYAFm",
- "artist": "Sabrina Carpenter"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27337fb0680110fbb107740de5d",
- "name": "Symphony (feat. Zara Larsson)",
- "id": "72gv4zhNvRVdQA0eOenCal",
- "artist": "Clean Bandit"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e787cffec20aa2a396a61647",
- "name": "The Man",
- "id": "3RauEVgRgj1IuWdJ9fDs70",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273badc10f3684a57f23c26f6c1",
- "name": "Kar Har Maidaan Fateh (From \"Sanju\")",
- "id": "3FHl1QYu76zguwjqhqcglX",
- "artist": "Sukhwinder Singh"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732571034f34b381958f8cc727",
- "name": "Hey, Mickey!",
- "id": "3RKjTYlQrtLXCq5ncswBPp",
- "artist": "Baby Tate"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735a63efb352e4b9cf64b5b6e4",
- "name": "Jagga Jiteya",
- "id": "1rQ1Quwa40g2D5qiDszzPg",
- "artist": "Kumaar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737c0a0946b7e363d9a2967bb0",
- "name": "Wahran - Slowed",
- "id": "4KEVN3BYa8bfbSm36OyUIA",
- "artist": "RANDALL"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27341e31043badefccf894e6f32",
- "name": "Step on up x Gimme More - Tiktok Remix",
- "id": "4tz03LH7uP9pITcsg9XN5M",
- "artist": "ROEINON"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273cb5ec46d6f1d2cf8d36d3663",
- "name": "Legends Never Die",
- "id": "1FpVJ7HpZInE2GvhVE2TwT",
- "artist": "League of Legends"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f47f8b461b0843859d654a70",
- "name": "Dhaakad",
- "id": "47ZCCeeC5PaMYN4meEAz44",
- "artist": "Raftaar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f47f8b461b0843859d654a70",
- "name": "Dangal",
- "id": "5Ry67OqwCxKbswCxcPHcg9",
- "artist": "Pritam"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735d8a0014eee9ed892e7367aa",
- "name": "Vikram Rathore (English)",
- "id": "2UkU0Kc3rMkJj5jODLXdqv",
- "artist": "Anirudh Ravichander"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273da6f73a25f4c79d0e6b4a8bd",
- "name": "Natural",
- "id": "2FY7b99s15jUprqC0M5NCT",
- "artist": "Imagine Dragons"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27350a1691fbbfb693a5171d600",
- "name": "Unholy (feat. Kim Petras)",
- "id": "0NZPBYD5qbEWRs3PrGiRkT",
- "artist": "Sam Smith"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e966b6282eda14df763d43a0",
- "name": "Chak Lein De (From \"Chandni Chowk To China\")",
- "id": "3E0D36S3MKA9e3f8yCOFR3",
- "artist": "Kailash Kher"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730e36690135fa1a30d048e604",
- "name": "Come & Get It",
- "id": "6LoQHIo74tOzQ8EsLEkhgF",
- "artist": "Selena Gomez"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734b2514a78cd7bf0b779955d0",
- "name": "\u042f\u0434 - Sped Up",
- "id": "1JXA3UXOoMfW7JSnyZ1pao",
- "artist": "Six Dior"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273fd2df008046f04c32d9c0c2e",
- "name": "Zinda",
- "id": "7vZz8oJ5qAqB9MghufRK5k",
- "artist": "Shankar-Ehsaan-Loy"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27373da9603ba1cb7fbf4d43d64",
- "name": "Endukanta Joda",
- "id": "5IIF8Ja9bphOiGD3IcyQGz",
- "artist": "Harris Jayaraj"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27353d09a982d1c5c0cd58b1b88",
- "name": "OK Not To Be OK",
- "id": "0zzVTGyRrWpQu8Fr28NRAv",
- "artist": "Marshmello"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737c5e6dff8c8d804214eca809",
- "name": "Cool for the Summer - Sped Up (Nightcore)",
- "id": "4FYWOYqOF9lbb1JcZFDT67",
- "artist": "Demi Lovato"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730db4898026f2f0d478abf0e7",
- "name": "Ashes",
- "id": "3Pj6u2KTgepyyidp5xfbHp",
- "artist": "Stellar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27311b63834a1a557cc77403458",
- "name": "Daisy",
- "id": "2g1KggY9PKvsoEAOaiz4xx",
- "artist": "Ashnikko"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736210b54a43fa2cf5711b880c",
- "name": "Victoria's Secret",
- "id": "4svaKoxMMP7ImmKrD5hfQu",
- "artist": "Jax"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736132f812bee6ba5cf4107253",
- "name": "Living Hell",
- "id": "6bTbMMEShyGyrcuIwtBlpA",
- "artist": "Bella Poarch"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e67611dbbf69a90d0b6cb738",
- "name": "i like the way you kiss me",
- "id": "2GxrNKugF82CnoRFbQfzPf",
- "artist": "Artemas"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273fb708ebb9d3f97d4aec1a14c",
- "name": "Aadat",
- "id": "2N2vJuAZN0KY37L0jutug0",
- "artist": "Sucha Yaar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734148fc1af9294805e35e9446",
- "name": "NO",
- "id": "3ge54HUrk1ht3EX5SMhIzZ",
- "artist": "Meghan Trainor"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27344aa56e23e3a89802e6c6347",
- "name": "Raftaarein",
- "id": "3pjZQfBShK7O01QvtQwmcg",
- "artist": "Vishal Dadlani"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273eeb2de3c7773e8caa97f50bc",
- "name": "Toofan",
- "id": "45GXsEdPxpFLnqQMPR2Cyy",
- "artist": "Sandesh Datta Naik"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a348cd1b2496b47254acc74b",
- "name": "Better When I'm Dancin'",
- "id": "5k5fWendNngd89O8JKoE8L",
- "artist": "Meghan Trainor"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730e58a0f8308c1ad403d105e7",
- "name": "BREAK MY SOUL",
- "id": "5pyoxDZ1PX0KxBxiRVxA4U",
- "artist": "Beyonc\u00e9"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273c7a740881d014d0dd94c16d8",
- "name": "Sanju",
- "id": "3Lj3OZwBF3R8snWs9ktsX4",
- "artist": "Sachin Kandara"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273084cee497af6f9ecc4454b32",
- "name": "F\u039bSHION",
- "id": "70jiETKdlLEram2zJSHdHH",
- "artist": "Britney Manson"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737a6339d6ddfd579f77559b3c",
- "name": "TiK ToK",
- "id": "0HPD5WQqrq7wPWR7P7Dw1i",
- "artist": "Kesha"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27349e0134c686547c28b7c999f",
- "name": "Unstoppable",
- "id": "2J2Z1SkXYghSajLibnQHOa",
- "artist": "Sia"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732e3049fef96abebf336b7366",
- "name": "Hall of Fame (feat. will.i.am)",
- "id": "7wMq5n8mYSKlQIGECKUgTX",
- "artist": "The Script"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273187a2fb0f8653c6f3dcbc289",
- "name": "Bebo",
- "id": "0GNq37PiMmflUA7uCnSh3W",
- "artist": "Alisha Chinai"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Yeh Jo Des Hai Tera (From \"Swades\")",
- "id": "37RYYGPEb6kwTAaAeOVmgQ",
- "artist": "A.R. Rahman"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Mile Sur (From \"Street Dancer 3D\")",
- "id": "6LZOoajQzxRRBXetM5flhS",
- "artist": "Navraj Hans"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Tu Bhoola Jise (From \"Airlift\") (feat. K.K.)",
- "id": "6x9BBXqK6aqdxgw66huHWG",
- "artist": "Amaal Mallik"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Saugandh Mujhe Iss Mitti Ki (From \"Pm Narendra Modi\")",
- "id": "6hPoGElB3o1i3r6WIbXP0V",
- "artist": "Sukhwinder Singh"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Satyamev Jayate (From \"Satyamev Jayate\")",
- "id": "49hQthaH0vnpqVoPYgGM4K",
- "artist": "Keerthi Sagathia"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Zinda (From \"Bharat\")",
- "id": "5UAOP2tqMulFQNbvYm2Djq",
- "artist": "Vishal Dadlani"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Jhuk Na Paunga (From \"Raid\")",
- "id": "6kedXiAZG7cXZ20AzNV1k3",
- "artist": "Papon"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "India Waale (From \"Happy New Year\")",
- "id": "1dvHBxVyNfVqc9YfGGNayh",
- "artist": "Neeti Mohan"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Jako Rakhe Saiyan (From \"Batla House\")",
- "id": "669QJgTt7NvL7fofi18NVi",
- "artist": "Rochak Kohli"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Hindustani (Suno Gaur Se Duniya Walo) [From \"Dus\"]",
- "id": "71aU4PrcjxMqmpxN6tsCPV",
- "artist": "Shankar Mahadevan"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Toh Dishoom (From \"Dishoom\")",
- "id": "4diMiXnZjGIHiHV6ixl8e6",
- "artist": "Raftaar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Jai He (From \"Satellite Shankar\")",
- "id": "0GeQz5nQJSHhIeEVCTw1MG",
- "artist": "Salman Ali"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "It Happens Only In India (From \"Pardesi Babu\")",
- "id": "2tWVdn5ULZkIbHwyBbPdF5",
- "artist": "Anand Raj Anand"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Ae Mere Des (From \"Ae Mere Des\")",
- "id": "7cc3onJ1gxG0OFZDWoMfha",
- "artist": "Jubin Nautiyal"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
- "name": "Teri Zameen (From \"Raag Desh\")",
- "id": "612V9tYSkFc9aPYOXhfTQK",
- "artist": "Shriya Pareek"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737e98ee720a1fa73d9e1ada72",
- "name": "Requiem On Water",
- "id": "3HG4ZunyV6WfIn4vT8Ddai",
- "artist": "Imperial Mammoth"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731917a0f3f4152622a040913f",
- "name": "Heal",
- "id": "4KlL5Bwlm4yHYxr0B2rHci",
- "artist": "Tom Odell"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27350a3147b4edd7701a876c6ce",
- "name": "listen before i go",
- "id": "0tMSssfxAL2oV8Vri0mFHE",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27350a3147b4edd7701a876c6ce",
- "name": "i love you",
- "id": "6CcJMwBtXByIz4zQLzFkKc",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734dfbe36486a0e8655b119660",
- "name": "Death with Dignity",
- "id": "4fpEuKIzTLmMJnYwFU0oqr",
- "artist": "Sufjan Stevens"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734dfbe36486a0e8655b119660",
- "name": "Should Have Known Better",
- "id": "5I6y1KWmUoV5YCaIEcs1qs",
- "artist": "Sufjan Stevens"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734dfbe36486a0e8655b119660",
- "name": "Fourth of July",
- "id": "4K3RZJ8sWPbv0IedcnEfw6",
- "artist": "Sufjan Stevens"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734dfbe36486a0e8655b119660",
- "name": "The Only Thing",
- "id": "6Rt6KwuF7I8ZkdZG2G0bYr",
- "artist": "Sufjan Stevens"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d36d0f06096fa07f18b8e8a2",
- "name": "The End Of Love",
- "id": "1tpkN6z0Zd3wphAd3DASDX",
- "artist": "Florence + The Machine"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bb7f4860ea8f7f6515756252",
- "name": "Repeat Until Death",
- "id": "5PzWVmfzu7rePAuFkxPQf0",
- "artist": "Novo Amor"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273176e29e598499208ff338ae1",
- "name": "Lover, Please Stay",
- "id": "2BYiebB5e5zuQ5BSmemJpD",
- "artist": "Nothing But Thieves"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273809968e77fe3a26218da70c6",
- "name": "Ghost in the Wind",
- "id": "66zI1g4FK5NW5tW0VhMhZX",
- "artist": "Birdy"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736c619c39c853f8b1d67b7859",
- "name": "From the Dining Table",
- "id": "1IF5UcqRO42D12vYwceOY6",
- "artist": "Harry Styles"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273567b0a6defc057bcbfaedadb",
- "name": "Wash.",
- "id": "3g9mw4A8vdljOKgwrit88g",
- "artist": "Bon Iver"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273593e693d168c94f916a079b5",
- "name": "Break My Heart Again",
- "id": "7gGBgh0bVxHPgZjA505bo9",
- "artist": "FINNEAS"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730143cb66fdb1abf40887a4de",
- "name": "Flying",
- "id": "2IsBpMTE5ht4vsPGEFD5Fc",
- "artist": "Cody Fry"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f01ba25235fb24f73605b9dd",
- "name": "Cold",
- "id": "7qxxr5CLf8rnIibe4eStzR",
- "artist": "Aqualung"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273712c76b4152918fb8d37c53d",
- "name": "John Wayne Gacy, Jr.",
- "id": "2R3g9k14OAcUzZYwo90Tx6",
- "artist": "Sufjan Stevens"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733e42854096da9a3b1ca901c9",
- "name": "All I Want",
- "id": "0NlGoUyOJSuSHmngoibVAs",
- "artist": "Kodaline"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737e706949994bcef39b09da4e",
- "name": "What A Time (feat. Niall Horan)",
- "id": "5WtfUKzXircvW8l5aaVZWT",
- "artist": "Julia Michaels"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bef30dff1f943bb4886ce5ca",
- "name": "The Lament of Eustace Scrubb",
- "id": "70CPcfYC8ug5UMBmjah6x9",
- "artist": "The Oh Hellos"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739a5a33aa7954b5519feb5692",
- "name": "Michicant",
- "id": "43d83eCd7GzmVOKsLwV3QN",
- "artist": "Bon Iver"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738cdc3315bbb5331eddf6a21d",
- "name": "Possibility",
- "id": "39Odj4vLKRarATkCA31gaW",
- "artist": "Lykke Li"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738cdc3315bbb5331eddf6a21d",
- "name": "Rosyln",
- "id": "4k7x3QKrc3h3U0Viqk0uop",
- "artist": "Bon Iver"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273269423eb6467e308c0fbce24",
- "name": "Perfectly Wrong",
- "id": "6nat4Z7iRKWVk1qngQqI0Q",
- "artist": "Shawn Mendes"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27333b8541201f1ef38941024be",
- "name": "evermore (feat. Bon Iver)",
- "id": "3O5osWf1rSoKMwe6E9ZaXP",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
- "name": "exile (feat. Bon Iver)",
- "id": "4pvb0WLRcMtbPGmtejJJ6y",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
- "name": "this is me trying",
- "id": "7kt9e9LFSpN1zQtYEl19o1",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730d86ec6aa49e27bcc92b87f1",
- "name": "Mary",
- "id": "6dtB54Z7eICDUOPq3QwXuo",
- "artist": "Big Thief"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736abcbbeeb62d22d815822b3c",
- "name": "Whispers",
- "id": "5NsvxfpGzOXalL32GAH8Fr",
- "artist": "Passenger"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738a3f0a3ca7929dea23cd274c",
- "name": "lovely (with Khalid)",
- "id": "0u2P5u6lvoDfwTYjAADbn4",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273414c8bf2ded506d89f36c090",
- "name": "Windows",
- "id": "0dV5sMWcqcxTCkLfXv4yt8",
- "artist": "Angel Olsen"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ba5db46f4b838ef6027e6f96",
- "name": "Happier",
- "id": "2RttW7RAu5nOAfq6YFvApB",
- "artist": "Ed Sheeran"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273816243514f01ac30d0932622",
- "name": "Flightless Bird, American Mouth",
- "id": "1fEGtTZjrjJW8eUeewnNJR",
- "artist": "Iron & Wine"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27399a8a855ac40fff859d63b06",
- "name": "Where's My Love - Acoustic",
- "id": "1eKvw144NYPlDjR0wQoGLW",
- "artist": "SYML"
- },
- {
- "image": "https://i.scdn.co/image/165afd5be0de01bf0bc162ad8e6224041fec40bb",
- "name": "I Hear The Day Has Come",
- "id": "74HDdbE5v7eMS1f6ogMjhu",
- "artist": "Matt Maltese"
- },
- {
- "image": "https://i.scdn.co/image/165afd5be0de01bf0bc162ad8e6224041fec40bb",
- "name": "In a New Bed",
- "id": "4Or1Yp4i3VANJE6E39ys91",
- "artist": "Matt Maltese"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732aca306cd946b94a5a0b969c",
- "name": "Butterfly's Repose",
- "id": "36c2NifUp0GDnoOQT5unhR",
- "artist": "Zabawa"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738c33272a7c77042f5eb39d75",
- "name": "Oceans",
- "id": "5eXnC2B5RU5fAhfwvV2ABD",
- "artist": "Seafret"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730bdbbc6c37f394d7b019824c",
- "name": "Touch",
- "id": "4g2WiijzSKzH8PApKDbadN",
- "artist": "Sleeping At Last"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273cc04a01b9069278c09d970d7",
- "name": "Come Home To Me",
- "id": "2K8elWg8ihrZRwZJ7Gy6L3",
- "artist": "L\u00c9ON"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27317875a0610c23d8946454583",
- "name": "The Night We Met",
- "id": "3hRV0jL3vUpRrcy398teAU",
- "artist": "Lord Huron"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273599773d4743bfd847643c3c4",
- "name": "Amen",
- "id": "4rCmaUBsSjuiQcKoKIo7UE",
- "artist": "Amber Run"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27318509401d92d643243c96c65",
- "name": "Life On Mars",
- "id": "6tdixrrHbOHQfdamvcyOes",
- "artist": "AURORA"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273230776e5998aea86773191d0",
- "name": "The Wisp Sings",
- "id": "68RI4I6SKm57SxjG06OYvN",
- "artist": "Winter Aid"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737f66b73bd6e86f4c8d2a7692",
- "name": "July",
- "id": "6J2LdBN97cDWn0MLxYh9HB",
- "artist": "Noah Cyrus"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e6dfaed2104e0512b7f22256",
- "name": "Places We Won't Walk",
- "id": "30QNjcM3Q1GnLFIIJjWQL1",
- "artist": "Bruno Major"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e9101167efda432462dfec58",
- "name": "To Build A Home",
- "id": "54KFQB6N4pn926IUUYZGzK",
- "artist": "The Cinematic Orchestra"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273820e2ac14772ae3162c6d479",
- "name": "John My Beloved",
- "id": "4CB57FBhfhq2q1GHQN7bjm",
- "artist": "Sufjan Stevens"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f5594201858122e8f30fa7e3",
- "name": "Human",
- "id": "7o8vTKpUe6GvlssjGhZk7d",
- "artist": "dodie"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736b8d89248315d098fc864098",
- "name": "Rooting For You",
- "id": "7DWTHqTJdzRzWe1bTPYDAd",
- "artist": "London Grammar"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733d92b2ad5af9fbc8637425f0",
- "name": "Sparks",
- "id": "7D0RhFcb3CrfPuTJ0obrod",
- "artist": "Coldplay"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a91c10fe9472d9bd89802e5a",
- "name": "traitor",
- "id": "5CZ40GBx1sQ9agT82CLQCT",
- "artist": "Olivia Rodrigo"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a91c10fe9472d9bd89802e5a",
- "name": "favorite crime",
- "id": "5JCoSi02qi3jJeHdZXMmR8",
- "artist": "Olivia Rodrigo"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273963d93a7d49b6a45facb8f78",
- "name": "Lights Are On",
- "id": "4IhTXiZLKATmwhMZIb1GQN",
- "artist": "Tom Rosenthal"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a954408e456d4d9d410f448b",
- "name": "Arcade",
- "id": "1Xi84slp6FryDSCbzq4UCD",
- "artist": "Duncan Laurence"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ba4cad4533efdd06fa843a39",
- "name": "Your Power",
- "id": "5qNh5WtzMbfpSj2jLlBkoD",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730db3901606954f424070ff01",
- "name": "Visions of Gideon",
- "id": "0SUDiaR0qm30fXVGPjPvRp",
- "artist": "Sufjan Stevens"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273de9b0077d3f714ab2d7a88b2",
- "name": "Je te laisserai des mots",
- "id": "0V5cvmTKsYmF5FmGGEAfmS",
- "artist": "Patrick Watson"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d9f317365db4f5a792e35c1a",
- "name": "Such A Simple Thing",
- "id": "4PuUa8e5s7P3Zv1IdCGIsa",
- "artist": "Ray LaMontagne"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27330eb992a82f895893f60375b",
- "name": "Turning Page",
- "id": "2kfGoV9a5dbSKCNmUWH2ZF",
- "artist": "Sleeping At Last"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273dabc6fe9dd3454884cf65071",
- "name": "Lung",
- "id": "4N4OGHFxIUKJzbwIqKkrKx",
- "artist": "Vancouver Sleep Clinic"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27377fdcfda6535601aff081b6a",
- "name": "Falling",
- "id": "1ZMiCix7XSAbfAJlEZWMCp",
- "artist": "Harry Styles"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27377fdcfda6535601aff081b6a",
- "name": "Fine Line",
- "id": "6VzcQuzTNTMFnJ6rBSaLH9",
- "artist": "Harry Styles"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732a038d3bf875d23e4aeaa84e",
- "name": "Halley's Comet",
- "id": "5XsAal7ZcWg1I5T4NcRjkv",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731b51f809c31f0d98f67c0b7d",
- "name": "Another Love",
- "id": "7jtQIBanIiJOMS6RyCx6jZ",
- "artist": "Tom Odell"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ee2d3d1345c66a43c57f31c3",
- "name": "Vas",
- "id": "6S7o12almFeL57rbRvdY5l",
- "artist": "jagger finn"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27343fc02bcfa7cd4e6bb66aa22",
- "name": "Cool About It",
- "id": "5PJH1U5Iie893v48Fl9yaC",
- "artist": "boygenius"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733066581d697fbdee4303d685",
- "name": "The Beach",
- "id": "2u0CelO5c81XS7z3dGpHbS",
- "artist": "The Neighbourhood"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733066581d697fbdee4303d685",
- "name": "Daddy Issues",
- "id": "5E30LdtzQTGqRvNd7l6kG5",
- "artist": "The Neighbourhood"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273cdfe41cd475f8ad3a29b3537",
- "name": "that way",
- "id": "7l97ElWmIdVHWUaOeeU5ZC",
- "artist": "Tate McRae"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739b629b8305fa942db51add96",
- "name": "Angel",
- "id": "61lz8EfVQvYJmYbMhSDm3F",
- "artist": "FINNEAS"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733e0d05346299e86c58f75123",
- "name": "Exist For Love",
- "id": "5W4TxxBH5GrrvHwJc9xgpl",
- "artist": "AURORA"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739457bba66a2daf4456855bb7",
- "name": "Let You Break My Heart Again",
- "id": "709p9UGPAuyImWf1Z3vjRo",
- "artist": "Laufey"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27312b69bf576f5e80291f75161",
- "name": "Sweet",
- "id": "6ilc4vQcwMPlvAHFfsTGng",
- "artist": "Cigarettes After Sex"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27312b69bf576f5e80291f75161",
- "name": "John Wayne",
- "id": "6TWcSqCntZhH5vyc35kkob",
- "artist": "Cigarettes After Sex"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ed317ec13d3de9e01fb99c9e",
- "name": "What Was I Made For? [From The Motion Picture \"Barbie\"]",
- "id": "6wf7Yu7cxBSPrRlWeSeK0Q",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273513e0264b503bbe94cf08ad6",
- "name": "Sometimes (Backwood)",
- "id": "1ElGmhauttS9p7LwmHG9uM",
- "artist": "Gigi Perez"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f46e995aa84c6eb1080100a4",
- "name": "Hotel",
- "id": "2LtCEKs68u3RpNh4wybCF8",
- "artist": "Montell Fish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731bd6d088d3d81972af4cb81d",
- "name": "Happiness",
- "id": "7aSyG7cskkG3zhfO2JLxq3",
- "artist": "Rex Orange County"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739e1ad92757baa6bc816b7a82",
- "name": "my future - Prime Day Show x Billie Eilish",
- "id": "5aiOuCP6Q4xzZu8e7fVZpn",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27390cf5d1ccfca2beb86149a19",
- "name": "Evergreen (You Didn\u2019t Deserve Me At All)",
- "id": "2TktkzfozZifbQhXjT6I33",
- "artist": "Omar Apollo"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27397e971f3e53475091dc8d707",
- "name": "Dandelions",
- "id": "2eAvDnpXP5W0cVtiI0PUxV",
- "artist": "Ruth B."
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27323666a0da41b0803243f75b4",
- "name": "j's lullaby (darlin' i'd wait for you)",
- "id": "3g62EjDXLltUvmgEFDn9eN",
- "artist": "Delaney Bailey"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734ae1c4c5c45aabe565499163",
- "name": "I Wanna Be Yours",
- "id": "5XeFesFbtLpXzIVDNQP22n",
- "artist": "Arctic Monkeys"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27320beb61f61fcbeb33b10a9ab",
- "name": "Train Wreck",
- "id": "55Am8neGJkdj2ADaM3aw5H",
- "artist": "James Arthur"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d6839051c4760457e1a60b2a",
- "name": "forget her",
- "id": "5vFuoZLvUmAzzIiLSEhk0K",
- "artist": "girl in red"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273499f98138c3a1001b5c1c601",
- "name": "odd:I",
- "id": "1MnJPiY2LT0noxGco8UsRC",
- "artist": "SawanoHiroyuki[nZk]"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d3fb1f53dcf4bdcce6c6799b",
- "name": "\u708e",
- "id": "3YXGSpMR27cthwFJfwd5DY",
- "artist": "LiSA"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273c7fe39aea5a2f7720332e222",
- "name": "Moon Halo - Honkai Impact 3Rd \"Everlasting Flames\" Animated Short Theme",
- "id": "7rhPtZ2nmgkrv6MCCDF2WU",
- "artist": "HOYO-MiX"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27357629d831030c7cd9506b49c",
- "name": "Naeem",
- "id": "0XOsqpvDLx0FhizUCqwSNf",
- "artist": "Bon Iver"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27357629d831030c7cd9506b49c",
- "name": "Faith",
- "id": "4dIMGmkew7pLWVoJ7de8Wg",
- "artist": "Bon Iver"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739c44e39f1b6aafe87a6db356",
- "name": "Call of Silence",
- "id": "7k1HoUdskuBhyWvm7hPctM",
- "artist": "Hiroyuki Sawano"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f441233ebfe8c515c028048d",
- "name": "M\u00f6bius",
- "id": "3FgvBg0X20xbF0Dfq0N01E",
- "artist": "mpi"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27389dfc943e8075b7faa001760",
- "name": "Saving Us",
- "id": "3ixdZukTK7y7bccizNfiYt",
- "artist": "SawanoHiroyuki[nZk]"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734a46268112218d562609af92",
- "name": "Cedar",
- "id": "479UZI7rBJRJwqB0UZyZ57",
- "artist": "Gracie Abrams"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f8ae37cc775d0a3db8c95c9f",
- "name": "Honkai World Diva - Movie Ver.",
- "id": "6l1tdg42J1jd5c0dqg5nr0",
- "artist": "Mika Kobayashi"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27382f9765c19d02fb99f0b387d",
- "name": "If I Really Love You",
- "id": "3l3lUyNu5zh6H6uByc5Xnr",
- "artist": "Lexi Jayde"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273c5bb4d02d4052d6bb8e6c9d9",
- "name": "Reminiscence Reincarnation",
- "id": "35DydwQwb4AIXJoghOoPcr",
- "artist": "MYTH & ROID"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730bf49fafbe98b7a14a978168",
- "name": "Wondering - From \"High School Musical: The Musical: The Series\"",
- "id": "6GfTYfb5eBLN1p1ByOsPmi",
- "artist": "Olivia Rodrigo"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736c2b76e0d78170d577add561",
- "name": "you broke me first",
- "id": "4l0RmWt52FxpVxMNni6i63",
- "artist": "Tate McRae"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735076e4160d018e378f488c33",
- "name": "The Smallest Man Who Ever Lived",
- "id": "2v1ivOOsgn64g5OywuH55L",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273b113cc5549ee59e0db460545",
- "name": "DARK ARIA",
- "id": "3SR85l1lZDNPr68rkAlYOy",
- "artist": "Hiroyuki Sawano"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e85259a1cae29a8d91f2093d",
- "name": "the grudge",
- "id": "3Nl5OkkmS5DaBZvuYofpAt",
- "artist": "Olivia Rodrigo"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e85259a1cae29a8d91f2093d",
- "name": "teenage dream",
- "id": "7fesNTgTEMEH0ye8MOgEDY",
- "artist": "Olivia Rodrigo"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a8df0c930a741d6f49cc3f8d",
- "name": "River",
- "id": "3hhbDnFUb2bicI2df6VurK",
- "artist": "Leon Bridges"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27388e3cda6d29b2552d4d6bc43",
- "name": "The Cut That Always Bleeds",
- "id": "7wTqEW5nrMhvyEhEyTnOMd",
- "artist": "Conan Gray"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273df73fbeeadcae993f0436087",
- "name": "\u590f\u306e\u96ea",
- "id": "4SJnBgbqNliUIfxigwQBcS",
- "artist": "krage"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27348d5947c976c243542c25e21",
- "name": "I And Love And You",
- "id": "7CEV9VwA8XO9wwxTXgYKvY",
- "artist": "The Avett Brothers"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d9577b938f4ff10f5b136fe9",
- "name": "Next to You",
- "id": "3MwHZDGwAR8RjZZBriBqmx",
- "artist": "John Vincent III"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27320ef3496c133dda1bc541776",
- "name": "Voices of the Chord",
- "id": "4LUJzSLpBtgH3dpOH7J7Nf",
- "artist": "Hiroyuki Sawano"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27355c38bc34d1fe852f2657c2e",
- "name": "I miss you, I\u2019m sorry",
- "id": "4nyF5lmSziBAt7ESAUjpbx",
- "artist": "Gracie Abrams"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a0a916db0206cc4d773f9013",
- "name": "Dawns (feat. Maggie Rogers)",
- "id": "42TtHTxWk782ZBiqyOi2d1",
- "artist": "Zach Bryan"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
- "name": "my tears ricochet",
- "id": "1MgV7FIyNxIG7WzMRJV5HC",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739275e24621cdd91c847b292a",
- "name": "FREEDOM",
- "id": "3MBNF3aevdp5vmfepYahNu",
- "artist": "Takanori Nishikawa"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27365550b92a7d7483f8042f327",
- "name": "\u30b7\u30eb\u30b7",
- "id": "6shqTPLADEpK31Qgi8LC7k",
- "artist": "LiSA"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27322ad9f1afdbeeceaf0c91686",
- "name": "Can\u2019t Catch Me Now - from The Hunger Games: The Ballad of Songbirds & Snakes",
- "id": "17cia5k4BpGVlyEfqrFH50",
- "artist": "Olivia Rodrigo"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732ebf129f0db6d0e88372600e",
- "name": "Long Way From Home",
- "id": "6C6xqMptwc0qjFo1KzCzX3",
- "artist": "The Lumineers"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732ebf129f0db6d0e88372600e",
- "name": "Sick In The Head",
- "id": "3u4pq1k2CliqRp0iI5JHI4",
- "artist": "The Lumineers"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273b159d5de7c58bd34e0786d5b",
- "name": "Drunk, Running",
- "id": "0OQFriWHtnIzsRp3uImlGt",
- "artist": "Lizzy McAlpine"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732e09d63a7ba7fa7071e26524",
- "name": "Call Your Name",
- "id": "2LYhS0VbCzbE6alAI3Q7Ot",
- "artist": "Hiroyuki Sawano"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a63bdfd4a6e9b3c9f4f2e91d",
- "name": "Unknown / Nth",
- "id": "1ptwL6lZNLc654XAaHqcHb",
- "artist": "Hozier"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e4d05f016f5e024854e0a971",
- "name": "DARK ARIA ",
- "id": "5Mg4ZgUgR6whGObRh6UGn0",
- "artist": "SawanoHiroyuki[nZk]"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734ca68d59a4a29c856a4a39c2",
- "name": "Work Song",
- "id": "5TgEJ62DOzBpGxZ7WRsrqb",
- "artist": "Hozier"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d7f5afe93dd997671be4fa25",
- "name": "33 \u201cGOD\u201d",
- "id": "5sWF1EZGm727f3b620vkbC",
- "artist": "Bon Iver"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d7f5afe93dd997671be4fa25",
- "name": "8 (circle)",
- "id": "16WkFbQRW2BhvMUwuIaIsx",
- "artist": "Bon Iver"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27309a338771f7c66171e5c39f3",
- "name": "I know it won't work - Live",
- "id": "304UU8a3Zv0n06JGOUuJh0",
- "artist": "Gracie Abrams"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27325d10f813fd1114b2bb9e39a",
- "name": "Old Pine",
- "id": "3CAX47TnPqTujLIQTw8nwI",
- "artist": "Ben Howard"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e1a080eb6eb7a2a6dc1f7531",
- "name": "LilaS",
- "id": "5ZlP1Z0UYGiIonLB4jow0r",
- "artist": "SawanoHiroyuki[nZk]"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27359ae8cf65d498afdd5585634",
- "name": "Let The Light In (feat. Father John Misty)",
- "id": "4qG7hWhljsqqENL5PaLA2z",
- "artist": "Lana Del Rey"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733899712512f50a8d9e01e951",
- "name": "Training Wheels",
- "id": "3EGW6TGGbdk6Ys1Y3HU3lj",
- "artist": "Melanie Martinez"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273642602c0f29482bd14d495e7",
- "name": "give it back",
- "id": "3hHtEus1O9ZWI5boHttI5I",
- "artist": "C\u00f6 shu Nie"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27321c0a586d398212eba112611",
- "name": "Departures \u301c\u3042\u306a\u305f\u306b\u304a\u304f\u308b\u30a2\u30a4\u306e\u6b4c\u301c",
- "id": "5iScqgKQne0dNnlI8MAytp",
- "artist": "EGOIST"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27321c0a586d398212eba112611",
- "name": "\u30a8\u30a6\u30c6\u30eb\u30da",
- "id": "0aAzBVTjeTY83SlwoWCEfv",
- "artist": "EGOIST"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273639c6811b5d0c6cfb145de3a",
- "name": "Moral of the Story",
- "id": "69HzZ3ti9DLwb0GdWCGYSo",
- "artist": "Ashe"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273639c6811b5d0c6cfb145de3a",
- "name": "Moral of the Story (feat. Niall Horan) - Bonus Track",
- "id": "5v6qYImm5k36GHlFxdEZyv",
- "artist": "Ashe"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27370e7363795cd4644087bd510",
- "name": "Till I",
- "id": "6zgJZb0fgt2O7h01xwlpYE",
- "artist": "SawanoHiroyuki[nZk]"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27360a89b781c62ffe2136e4396",
- "name": "Astronomy",
- "id": "2JN3ugW1cEahbYw0I5mw5U",
- "artist": "Conan Gray"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27360a89b781c62ffe2136e4396",
- "name": "Family Line",
- "id": "0iNZGC211wst3VjtobNnC5",
- "artist": "Conan Gray"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733ec34bc4e860b8021272a75d",
- "name": "i am not who i was",
- "id": "5uu2OCGGrTRS1sIvlMgKwe",
- "artist": "Chance Pe\u00f1a"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732e8ed79e177ff6011076f5f0",
- "name": "Love Of My Life",
- "id": "1mw0RgNXIpYRyyCdBQbLgA",
- "artist": "Harry Styles"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27397e971f3e53475091dc8d707",
- "name": "If By Chance",
- "id": "21dpBHPTV7ythCHBI6Slcw",
- "artist": "Ruth B."
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27333a839e8b2cf1512f3badabb",
- "name": "Blood Bank",
- "id": "15WbjBy1bzH1UsUldBwwlW",
- "artist": "Bon Iver"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735ce0fbd16dba08ae792dc1cf",
- "name": "Red Swan",
- "id": "0zvN9oq95bIEQjvfcdeZlX",
- "artist": "Yoshiki"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273aacd27a096e6e59ff555b46c",
- "name": "Those Eyes",
- "id": "2psRActEWsTlYYd7EDoyVR",
- "artist": "New West"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27355b094b01ca58e4d1800a402",
- "name": "Charlie Boy",
- "id": "1tTxt6RtTqvuSEe4gFhWO2",
- "artist": "The Lumineers"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27355b094b01ca58e4d1800a402",
- "name": "Morning Song",
- "id": "4Q1WcYBA6h651KhNjo1gsw",
- "artist": "The Lumineers"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27395ca6a9b4083a86c149934ae",
- "name": "Daylight",
- "id": "1odExI7RdWc4BT515LTAwj",
- "artist": "David Kushner"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a91b75c9ef65ed8d760ff600",
- "name": "Savior Complex",
- "id": "5BN59BDczcpxstFKILIH0q",
- "artist": "Phoebe Bridgers"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27364c8cf7bc530a05dd10e8efe",
- "name": "unlasting",
- "id": "3SlQVRQAgsc6ac6UBM9dIk",
- "artist": "LiSA"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a91c10fe9472d9bd89802e5a",
- "name": "drivers license",
- "id": "5wANPM4fQCJwkGd4rN57mH",
- "artist": "Olivia Rodrigo"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730500294bb235c45c0a964d69",
- "name": "Will you cry?",
- "id": "3UaaBFWIxrwDRc6pSisyuH",
- "artist": "Gracie Abrams"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730500294bb235c45c0a964d69",
- "name": "The blue",
- "id": "7jkelF6xQ9oM8BEZRARhhC",
- "artist": "Gracie Abrams"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ca69bf6c658aa5fd60778c10",
- "name": "History Of Man",
- "id": "7ijN634pExtKjNIm7vvvAa",
- "artist": "Maisie Peters"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735bac234d5511248b248caf36",
- "name": "This Town",
- "id": "0qvzXomUDJVaUboy2wMfiS",
- "artist": "Niall Horan"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738cf8c14fd09076b3189b0e8a",
- "name": "Before my body is dry",
- "id": "1FvZeK3MgmGldxeYDvzanR",
- "artist": "Hiroyuki Sawano"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273cd5caa4df3f3830a6ff5b169",
- "name": "\u54b2\u304b\u305b\u3084\u54b2\u304b\u305b",
- "id": "6Qn2DEvR2t1iNyLSmghWxr",
- "artist": "EGOIST"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bbae8e336b231d46a31de96e",
- "name": "PDLIF",
- "id": "0kT1QOkgYYaW0lnMpXY76h",
- "artist": "Bon Iver"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273328366cbdebf00b0654f1999",
- "name": "Aisa Kyun Maa",
- "id": "5lA5W1mNRaWeIlZMePd9Jk",
- "artist": "Sunidhi Chauhan"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739ac709b94022896013465886",
- "name": "Saturday Sun",
- "id": "2RiBogNRfulkNf7fVbPOrJ",
- "artist": "Vance Joy"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273173a36a54fd89a650240ceac",
- "name": "Mann Bharryaa 2.0 (From \"Shershaah\")",
- "id": "3jf5303mzzJ96O8xFTcEn4",
- "artist": "B Praak"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a3f0e9f20bfbdd1ab8752e39",
- "name": "\u00c0 quoi \u00e7a sert - Remasteris\u00e9 en 2016",
- "id": "1iazg3Bbpj0iawxEIWZ0Ij",
- "artist": "Fran\u00e7oise Hardy"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bbc2ac628f52cd6127e20bfa",
- "name": "\u3086\u3081\u3046\u3064\u3064",
- "id": "1GTC0DN9LGOdP0NdvoHyX7",
- "artist": "Lamp"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735815d1c8cd5058107eef3d72",
- "name": "Mere Khayalon Ki Malika (From \"Josh\")",
- "id": "67wuqsKi5LZOBAtTLzeK8g",
- "artist": "Abhijeet"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27392cc21b3b1386ef3c810894d",
- "name": "Dua Karo",
- "id": "18YDYRBEh6ZVNv4rPfKYg7",
- "artist": "Arijit Singh"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ea3378bc52d2429022ec999e",
- "name": "Subah Ke Taare",
- "id": "05RINYIfGyHmlCNu1Z8TWv",
- "artist": "Lucky Ali"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e3349b804e1643df2ac3f0e4",
- "name": "Chhil Gaye Naina",
- "id": "4NEamgt4IBFYyqwgdf0Y6B",
- "artist": "Kanika Kapoor"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273072ee3169fe62a71c5b0a37e",
- "name": "Milatoh (Electro Mix)",
- "id": "6YBgXwok61x4Jwz2gjXb1Q",
- "artist": "Ravindra Upadhyay"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737a4781629469bb83356cd318",
- "name": "TV",
- "id": "3GYlZ7tbxLOxe6ewMNVTkw",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273528fe17315330515d7fc962f",
- "name": "Ishwar Allah",
- "id": "7Hc06FwYu6ol6YACOCwD6q",
- "artist": "Sujatha"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273657b4d459efd207712f10866",
- "name": "Suzume No Tojimari - 8D Audio",
- "id": "29Mqpr2cw0FlY0wQBV05bF",
- "artist": "(((())))"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733becea63470760bb6be69ac0",
- "name": "Hoist the Colours - Bass Singers Version",
- "id": "6osGEhJCyLbneXgpcpKlUW",
- "artist": "Bobby Bass"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273b55ed804149fffbb5e35ff34",
- "name": "Chandelier",
- "id": "2s1sdSqGcKxpPr5lCl7jAV",
- "artist": "Sia"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733d92b2ad5af9fbc8637425f0",
- "name": "Trouble",
- "id": "0R8P9KfGJCDULmlEoBagcO",
- "artist": "Coldplay"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738c2d31f479ac920d945a2fb4",
- "name": "Nobody Knows",
- "id": "1FPat9MxjcvQNvhuVuBcmQ",
- "artist": "Autograf"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273c2504e80ba2f258697ab2954",
- "name": "golden hour",
- "id": "5odlY52u43F5BjByhxg7wg",
- "artist": "JVKE"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273048bf7d2a04df36193ccd9a2",
- "name": "3 1 0 7 (feat. Duongg & N\u00e2u)",
- "id": "5uyNAX6MazVAjBjVeOsTvp",
- "artist": "W/N"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737d75fb1f269e77ed8c3e0e7a",
- "name": "Tere Bina Zindagi Se",
- "id": "0RyjGI319bCbwmn5R2xeUf",
- "artist": "Sanam"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e2e352d89826aef6dbd5ff8f",
- "name": "Sunflower - Spider-Man: Into the Spider-Verse",
- "id": "3KkXRkHbMCARz0aVfEt68P",
- "artist": "Post Malone"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bfedccaca3c8425fdc0a7c73",
- "name": "How Do I Say Goodbye",
- "id": "5hnGrTBaEsdukpDF6aZg8a",
- "artist": "Dean Lewis"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27360a89b781c62ffe2136e4396",
- "name": "Memories",
- "id": "5UXJzLFdBn6u9FJTCnoHrH",
- "artist": "Conan Gray"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273925b6102fc5edac08ec995b5",
- "name": "Little Do You Know",
- "id": "1almCHdsfikRPfVB9VrEdT",
- "artist": "Alex & Sierra"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738e9f43f328f9c92ecfed5da5",
- "name": "Nothing on You",
- "id": "2A5YAFeEwGi7KlGMYRf5dX",
- "artist": "B.o.B"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27399e62c18fc16a98a9516023c",
- "name": "D\u017eanum",
- "id": "2fF8V1O1i1Y8s06FmJHJlz",
- "artist": "Teya Dora"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734736fefa225d5a5e33f53bc2",
- "name": "Lullaby of Woe",
- "id": "6Q2EnUXSRof4XCPO3bwfZH",
- "artist": "Ashley Serena"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736f5230d507b44f7b8a0e2515",
- "name": "My Mother Told Me",
- "id": "3H5ZmJUfYEqN748KC7SIED",
- "artist": "Alina Gingertail"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273820f8d16338c44f3adf864f7",
- "name": "A Narnia Lullaby",
- "id": "03pWkKJjo8ATe0z4SWGzyd",
- "artist": "Harry Gregson-Williams"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bcf6d999338f72005c8522a7",
- "name": "Deep End",
- "id": "6HlE9t71z9DjGi7KqSyEpA",
- "artist": "Foushe\u00e9"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273290e72d26f171f9d7b82d2bb",
- "name": "Somewhere Only We Know",
- "id": "7u17EhUM7FP082lR7NB2cP",
- "artist": "Gustixa"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739478c87599550dd73bfa7e02",
- "name": "Hollywood's Bleeding",
- "id": "7sWRlDoTDX8geTR8zzr2vt",
- "artist": "Post Malone"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca",
- "name": "Hey, Soul Sister",
- "id": "4HlFJV71xXKIGcU3kRyttv",
- "artist": "Train"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731254be4f99428332aeccb647",
- "name": "Fly",
- "id": "2mvvEl5ss3joqZZGlFS74x",
- "artist": "Zatrix"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27354e544672baa16145d67612b",
- "name": "Phir Se Ud Chala",
- "id": "1kcV2LJxt5v0s2cEGtEJ5i",
- "artist": "Mohit Chauhan"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273bc797cb1520d28733586fb35",
- "name": "Waqt Ki Baatein",
- "id": "0cJTjTH3XVTTJh8F4Uq1db",
- "artist": "Dream Note"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737704566a51ab17c885221bde",
- "name": "Your Eyes",
- "id": "5pebgx4IJ5YvZH2sYOHDRf",
- "artist": "Barney Sku"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27309426d9ae9d8d981735ebc5e",
- "name": "Ranjha (From \"Shershaah\")",
- "id": "72zHuDxFQTjbL51qJQSA7j",
- "artist": "Jasleen Royal"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739015cb1108929d137daeaa4d",
- "name": "Whenever, Wherever",
- "id": "1aOmguVejTHGDMmXjNpSPo",
- "artist": "Shakira"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730af4476af141051c728ee8b9",
- "name": "golden hour",
- "id": "4yNk9iz9WVJikRFle3XEvn",
- "artist": "JVKE"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732118bf9b198b05a95ded6300",
- "name": "Set Fire to the Rain",
- "id": "73CMRj62VK8nUS4ezD2wvi",
- "artist": "Adele"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d5d74dc15f88ec6e02c7378d",
- "name": "Bad Day",
- "id": "0mUyMawtxj1CJ76kn9gIZK",
- "artist": "Daniel Powter"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735f1f51d14e8bea89484ecd1b",
- "name": "Numb",
- "id": "2nLtzopw4rPReszdYBJU6h",
- "artist": "Linkin Park"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731376b4b16f4bfcba02dc571b",
- "name": "Treat You Better",
- "id": "3QGsuHI8jO1Rx4JWLUh9jd",
- "artist": "Shawn Mendes"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e14f11f796cef9f9a82691a7",
- "name": "Wake Me Up",
- "id": "0nrRP2bk19rLc0orkWPQk2",
- "artist": "Avicii"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273c4576f635253db511bb43789",
- "name": "Only Love Can Hurt Like This",
- "id": "62ke5zFUJN6RvtXZgVH0F8",
- "artist": "Paloma Faith"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738cb690f962092fd44bbe2bf4",
- "name": "Time is Running Out",
- "id": "2takcwOaAZWiXQijPHIx7B",
- "artist": "Muse"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27328933b808bfb4cbbd0385400",
- "name": "Knights of Cydonia",
- "id": "7ouMYWpwJ422jRcDASZB7P",
- "artist": "Muse"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737b9639babbe96e25071ec1d4",
- "name": "Before You Go",
- "id": "2gMXnyrvIjhVBUZwvLZDMP",
- "artist": "Lewis Capaldi"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ea3ef7697cfd5705b8f47521",
- "name": "Mercy",
- "id": "0AS63m1wHv9n4VVRizK6Hc",
- "artist": "Shawn Mendes"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ea3d0b6716ef1b010c2f4835",
- "name": "No Wind Resistance!",
- "id": "5zgkOLH6HfY5w8thZoS2jP",
- "artist": "Kinneret"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273eb034e1b6f184377ea92965a",
- "name": "Zombie",
- "id": "1vNoA9F5ASnlBISFekDmg3",
- "artist": "Bad Wolves"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731d012f00fb8407310ad41f66",
- "name": "Apologize (Nightcore)",
- "id": "1iFHImYoK5WPrd2xUt9Rv7",
- "artist": "Syrex"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273fc9511f26808c1eee73b414d",
- "name": "World's Smallest Violin",
- "id": "3jHBgKdLCf46aP3HRI0WYv",
- "artist": "AJR"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27383efaff4e5a33c06883202a2",
- "name": "Cry Me A River",
- "id": "3cfzDDUaIydvRN0txCJQ3f",
- "artist": "Peaceful Melody"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273346a5742374ab4cf9ed32dee",
- "name": "Cry Me a River",
- "id": "7Lf7oSEVdzZqTA0kEDSlS5",
- "artist": "Justin Timberlake"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737d006c07ddd1dd03a2518524",
- "name": "Mockingbird",
- "id": "4TSVopwAWfNYdrz3XrrRSd",
- "artist": "fenekot"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273da6f73a25f4c79d0e6b4a8bd",
- "name": "Bad Liar",
- "id": "2RSHsoi04658QL5xgQVov3",
- "artist": "Imagine Dragons"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273c60473419a4ce96822541181",
- "name": "Hold On",
- "id": "5vjLSffimiIP26QG5WcN2K",
- "artist": "Chord Overstreet"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273dd8408b50f45c66139f44ce2",
- "name": "Hall of Fame (feat. will.i.am)",
- "id": "1X1DWw2pcNZ8zSub3uhlNz",
- "artist": "The Script"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273c4fee55d7b51479627c31f89",
- "name": "Creepin' (with The Weeknd & 21 Savage)",
- "id": "2dHHgzDwk4BJdRwy9uXhTO",
- "artist": "Metro Boomin"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d7fb3e4c63020039d1cff6b2",
- "name": "Young And Beautiful",
- "id": "2nMeu6UenVvwUktBCpLMK9",
- "artist": "Lana Del Rey"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2738e615140a7387167a6ae070f",
- "name": "Geronimo",
- "id": "64AxL9enXcTGTTbD4bytlx",
- "artist": "So You Say"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27355b094b01ca58e4d1800a402",
- "name": "Ho Hey",
- "id": "0W4Kpfp1w2xkY3PrV714B7",
- "artist": "The Lumineers"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273dbb3dd82da45b7d7f31b1b42",
- "name": "Stan",
- "id": "3UmaczJpikHgJFyBTAJVoz",
- "artist": "Eminem"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273b55b812cba82ef94fdcb598c",
- "name": "No Friends",
- "id": "4U7G8dgUodMEVSv96QRcDb",
- "artist": "CADMIUM"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737b25c072237f29ee50025fdc",
- "name": "You Belong With Me",
- "id": "3GCL1PydwsLodcpv0Ll1ch",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d9cb448f74614dd0cc3521a9",
- "name": "Red Swan - TV Edit -",
- "id": "3qpNyeV4wr3YeCVfrosVyN",
- "artist": "Yoshiki"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731d6cc4386499c4be0a18e0b5",
- "name": "Kho Gaye Hain Wo",
- "id": "6tf37zx3jaTzgS9pFjOQa2",
- "artist": "Harpreet"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e1d47c00ddecbfb810c807ed",
- "name": "Somebody That I Used To Know",
- "id": "4wCmqSrbyCgxEXROQE6vtV",
- "artist": "Gotye"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273df7c14e866cf14a259563ca1",
- "name": "Fearless Pt. II",
- "id": "4y1nvncvBhdoelqPMyXxis",
- "artist": "Lost Sky"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ef5c4d1b49aa500905423be3",
- "name": "BREAK MY SOUL",
- "id": "2KukL7UlQ8TdvpaA7bY3ZJ",
- "artist": "Beyonc\u00e9"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d807dd713cdfbeed142881e2",
- "name": "Eleanor Rigby",
- "id": "6EOKwO6WaLal58MSsi6U4W",
- "artist": "The Beatles"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27384c53fa832dfa265192419c5",
- "name": "Mood (feat. iann dior)",
- "id": "4jPy3l0RUwlUI9T5XHBW2m",
- "artist": "24kGoldn"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27334362676667a4322838ccc97",
- "name": "I Like You (A Happier Song) (with Doja Cat)",
- "id": "0O6u0VJ46W86TxN9wgyqDj",
- "artist": "Post Malone"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732ae27cc6d91ecd074807db6d",
- "name": "Nobody Knows",
- "id": "7A0FGrZsLgOUmeNtMTnt4z",
- "artist": "The Lumineers"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273dcbc2fec689197ce3495c078",
- "name": "Hai Katha Sangram Ki",
- "id": "62k0KcwOSbDrMnNubGg8Lj",
- "artist": "SS Animations"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273459d675aa0b6f3b211357370",
- "name": "Let Me Down Slowly",
- "id": "2qxmye6gAegTMjLKEBoR3d",
- "artist": "Alec Benjamin"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27353a2e11c1bde700722fecd2e",
- "name": "MIDDLE OF THE NIGHT",
- "id": "58HvfVOeJY7lUuCqF0m3ly",
- "artist": "Elley Duh\u00e9"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e0f2af91be409aad81bba98c",
- "name": "Bored",
- "id": "04sN26COy28wTXYj3dMoiZ",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27343b5ed9b8de29d5ac50ccd40",
- "name": "Battle For Glory",
- "id": "5PnQ0dOV8z4ZroU6zx27lk",
- "artist": "Charlotte Churchman"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273a9897f65d1ead1be10a51e3f",
- "name": "Infinity",
- "id": "1SOClUWhOi8vHZYMz3GluK",
- "artist": "Jaymes Young"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737a4781629469bb83356cd318",
- "name": "The 30th",
- "id": "5SHpuW2qjkQtFRpE6P9Nks",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733e082d95832d0ee56241b8ce",
- "name": "Bella Ciao - Versi\u00f3n Lenta de la M\u00fasica Original de la Serie la Casa de Papel / Money Heist",
- "id": "3BsUcp4CFmJh39OKP4qbLx",
- "artist": "Manu Pilas"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273dfcfdad89c52c2ffdd5136ab",
- "name": "commas",
- "id": "3CV5fTPdh7g5XOwjeXGmDJ",
- "artist": "mike."
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735980cda6de8365d077f34a5e",
- "name": "Mr. Lonely",
- "id": "5KG2ahk1cONbHvg3dBdTbx",
- "artist": "Bobby Vinton"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730b51f8d91f3a21e8426361ae",
- "name": "Back In Black",
- "id": "08mG3Y1vljYA6bvDt4Wqkj",
- "artist": "AC/DC"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27342859c496ab80d9867ef21b6",
- "name": "Let Her Go",
- "id": "1KxwZYyzWNyZSRyErj2ojT",
- "artist": "Passenger"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
- "name": "august",
- "id": "3hUxzQpSfdDqwM3ZTFQY0K",
- "artist": "Taylor Swift"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273754b2fddebe7039fdb912837",
- "name": "Unstoppable",
- "id": "1yvMUkIOTeUNtNWlWRgANS",
- "artist": "Sia"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736b8c560e5119b80854ec11aa",
- "name": "Angel With A Shotgun",
- "id": "0AdNthpY5nOB70TJ3OxCt6",
- "artist": "Ericovich"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273da50894e074ecd5ce61de0a1",
- "name": "Safarnama",
- "id": "6w458kA8WOAIZr1ublxnK9",
- "artist": "Lucky Ali"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27390a50cfe99a4c19ff3cbfbdb",
- "name": "Immigrant Song - Remaster",
- "id": "78lgmZwycJ3nzsdgmPPGNx",
- "artist": "Led Zeppelin"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731f4dd0b239e64dec4154a467",
- "name": "Fairytale",
- "id": "5MHJfk2EAZtJGrpioarm95",
- "artist": "Alexander Rybak"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273fe8fbfb90a20a9c725714709",
- "name": "Running Up That Hill (A Deal with God)",
- "id": "6VfKhnmbqCj14zcjZNjZTk",
- "artist": "Kate Bush"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2731a2e4290b83a4c810d019fcd",
- "name": "Courtesy Call",
- "id": "0AOmbw8AwDnwXhHC3OhdVB",
- "artist": "Thousand Foot Krutch"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27379909cff4419fcebfcba74a1",
- "name": "Bella ciao",
- "id": "3NwVga1qCZ6TgJ8RVcBbKD",
- "artist": "Modena City Ramblers"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739f998eeb937268e3ce96b4f2",
- "name": "Saugandh Mujhe Iss Mitti Ki",
- "id": "6FJZsvuxo1q8fwXWcZN6TX",
- "artist": "Sukhwinder Singh"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273dab04a069439d077d96afd3f",
- "name": "Yaro Yarodi",
- "id": "4ra6Vnyv8wMexnhIdp3Lsb",
- "artist": "Mahalakshmi Iyer"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27365b64302f73bed0e46ffa105",
- "name": "Turn It Up",
- "id": "0eDI4488gNLeA7pssOZHOD",
- "artist": "Armin van Buuren"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733d7eddd9401e833c32809674",
- "name": "Wolf River",
- "id": "6ZmfA7VqjrH3NlmGdKSqCl",
- "artist": "Reignwolf"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2739f0d922d66ea5cd8649960f0",
- "name": "First Battle",
- "id": "55LAkSmwlbv3MY0sT0SQ7F",
- "artist": "Ramin Djawadi"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273addf1b60ed6e2f39dcf054b4",
- "name": "Mephisto's Lullaby",
- "id": "4qS7oSrVKcLRXpOIhfRyGH",
- "artist": "Xtortion Audio"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27365d44c21dd261a89fd24d50f",
- "name": "Haaye Oye (feat. Ash King)",
- "id": "0oukMLKedsqQ3ltnI2daRO",
- "artist": "QARAN"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736399d422028038b909dff48b",
- "name": "Little Things",
- "id": "0awKSn8GziBuAXDeHp2Bm8",
- "artist": "Adri\u00e1n Berenguer"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737078e7589d48736df2669cb4",
- "name": "Tiptoe Through the Tulips Type Beat",
- "id": "1gcteDAfye8lp4KKzqf1EZ",
- "artist": "Ne Skazhu"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735db9a5994534b00e3ece84a9",
- "name": "Usure Pogudhey",
- "id": "5jOi67yXzjpMdl6KFNWSIe",
- "artist": "A.R. Rahman"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273840479854619c21015b2eccc",
- "name": "Titanium",
- "id": "3Lp3nA3GZ9kgLg3yoqJ4NX",
- "artist": "Madilyn Bailey"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27350a3147b4edd7701a876c6ce",
- "name": "all the good girls go to hell",
- "id": "6IRdLKIyS4p7XNiP8r6rsx",
- "artist": "Billie Eilish"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273293f1a18db101a30895fc863",
- "name": "IG Comments Song",
- "id": "6pIOydA6UqJZYTo9n9YFfA",
- "artist": "Soran"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273013314e9861a2c4a796b2176",
- "name": "Magic In The Hamptons (feat. Lil Yachty)",
- "id": "2Yer0p7uB2lVBUAtANuuQp",
- "artist": "Social House"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273007759a309e7364ffc5f664a",
- "name": "Ok Jaanu Title Track",
- "id": "7a77VY7mjvK6EiaBeOosmk",
- "artist": "A.R. Rahman"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273aedd0ee1a89b21cd9da5c9b3",
- "name": "The Electro Suite",
- "id": "7MyNaeme4s4l9MfBjRHRe6",
- "artist": "Hans Zimmer"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27328079cbb812199a40c64d37a",
- "name": "Manike Mage Hithe",
- "id": "5JO2usoem1CW1pLL1kLj9E",
- "artist": "Chamath Sangeeth"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273b714cbbf1491280b3e3ffac1",
- "name": "Hymne",
- "id": "2iqrFoOyhy0ggd0CVN3Mpb",
- "artist": "ERA"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d1937fa91b1713b86fa1f225",
- "name": "La C\u00e2lin",
- "id": "2nLeVfLE8t3hzHhXkZ6Ez2",
- "artist": "Serhat Durmus"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ab9d1ae18b640b7b0ce390d4",
- "name": "Heat Waves",
- "id": "6CDzDgIUqeDY5g8ujExx2f",
- "artist": "Glass Animals"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273886ff9882f35c82d652a9cf5",
- "name": "feel like shit",
- "id": "2EBnvom1dTybtm75a3Xh1T",
- "artist": "Tate McRae"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273b425c9dadc417923e894eb59",
- "name": "Saudebazi (Encore)",
- "id": "1tPPINau3vBP8Q89JTn0ER",
- "artist": "Pritam"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27335d8a18e284344886486f44f",
- "name": "Baaraat",
- "id": "0YLSjVxSb5FT1Bo8Tnxr8j",
- "artist": "Ritviz"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27338ae019584adbfadb10dd8f8",
- "name": "Udd Gaye - Bacardi House Party Sessions",
- "id": "6wZJsut8fjiWiMPaccRAOX",
- "artist": "Ritviz"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273ffe7d26c10ff0a32aeea2dc3",
- "name": "Rise",
- "id": "3u1S1OmAUhx5DRlLrXqyp3",
- "artist": "Jonas Blue"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273edd8d5b5476ea3c4dda7b700",
- "name": "Silent Cat",
- "id": "5A0sUMilD9HyM3UvMWk3zA",
- "artist": "K Siya"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736f6cd9718ce20933c3e12a87",
- "name": "Bunny Girl Senpai - Drill Remix",
- "id": "4n6yeyzvSzMbgoIPZQzJEB",
- "artist": "TuneCity"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f1d55430b3665f492bd003b5",
- "name": "W moim ogr\u00f3decku (WOT - Studzianki)",
- "id": "4I1WFcilr4jyiEcJmyrGcX",
- "artist": "Alina Gingertail"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2733e7e7a06ef941871a2f51135",
- "name": "Toss A Coin To Your Witcher",
- "id": "2KMLGJ1mPfRE4GNdL92rl3",
- "artist": "Sonya Belousova"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2735675e83f707f1d7271e5cf8a",
- "name": "Thunder",
- "id": "1zB4vmk8tFRmM9UULNzbLB",
- "artist": "Imagine Dragons"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e8399ed11dfc2c8d0a877c29",
- "name": "Naruto Blue Bird",
- "id": "3GA69JU3MHms88IFbZCiRV",
- "artist": "SUSHI"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273aefd88c6793b26679a570036",
- "name": "I Built A Friend (2020)",
- "id": "68XhCrBajUR64h6wv4eYYW",
- "artist": "Alec Benjamin"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736ba1cffc9b2c5469503430b3",
- "name": "Hurricane",
- "id": "0RbW8kWozrVSIGb4V13o0o",
- "artist": "Kanye West"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732506c6f09ef335198c77e464",
- "name": "Pembe Mezarl\u0131k",
- "id": "2q2uKIUC8wycTQt0183M40",
- "artist": "Model"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27346557fdc7325844aa2177155",
- "name": "In The End - Mellen Gi Remix",
- "id": "5rAUZy2eDdegBxUVYxePK2",
- "artist": "Tommee Profitt",
- "url": "https://open.spotify.com/track/5rAUZy2eDdegBxUVYxePK2?si=f57fef9d11c04921"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2732a038d3bf875d23e4aeaa84e",
- "name": "Happier Than Ever",
- "id": "4RVwu0g32PAqgUiJoXsdF8",
- "artist": "Billie Eilish",
- "url": "https://open.spotify.com/track/4RVwu0g32PAqgUiJoXsdF8?si=c4e9c7b69d8f4080"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2737870762a58313ad6f981d664",
- "name": "Wake Up",
- "id": "6Hmj7SrLRbreLVfVS7mV1S",
- "artist": "Arcade Fire",
- "url": "https://open.spotify.com/track/6Hmj7SrLRbreLVfVS7mV1S?si=0cebc1c168ac4673"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273eadcdb5af2bc17655ba73304",
- "name": "What's Up Danger (with Black Caviar)",
- "id": "7MQFT6sNd2S340HoX5pII6",
- "artist": "Blackway",
- "url": "https://open.spotify.com/track/7MQFT6sNd2S340HoX5pII6?si=cdb04ad9d0564042"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2734718e2b124f79258be7bc452",
- "name": "Die For You",
- "id": "2Ch7LmS7r2Gy2kc64wv3Bz",
- "artist": "The Weeknd",
- "url": "https://open.spotify.com/track/2Ch7LmS7r2Gy2kc64wv3Bz?si=198167565cbf4663"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27343e531d5f69170aba281ef43",
- "name": "Monster",
- "id": "2UREu1Y8CO4jXkbvqAtP7g",
- "artist": "Skillet",
- "url": "https://open.spotify.com/track/2UREu1Y8CO4jXkbvqAtP7g?si=fe53e684746d4731"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e452a6e11147f3e56aee6f5b",
- "name": "Aararaari Raaro",
- "id": "4bvHCjknZC3evn7NthBZVt",
- "artist": "Anirudh Ravichander",
- "url": "https://open.spotify.com/track/4bvHCjknZC3evn7NthBZVt?si=41cb65b179824c06"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273f7b7174bef6f3fbfda3a0bb7",
- "name": "No Time To Die",
- "id": "73SpzrcaHk0RQPFP73vqVR",
- "artist": "Billie Eilish",
- "url": "https://open.spotify.com/track/73SpzrcaHk0RQPFP73vqVR?si=afd067059b444ae8"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273086334217996ebabea5bef33",
- "name": "Kyun Main Jaagoon",
- "id": "6wsMVa2M6Ktea2UbnVoMvO",
- "artist": "Shafqat Amanat Ali",
- "url": "https://open.spotify.com/track/6wsMVa2M6Ktea2UbnVoMvO?si=Cpy9XMjTSwKEQe9a"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b27354e544672baa16145d67612b",
- "name": "Jo Bhi Main",
- "id": "2MmAYegcUty1DmG0Gw7AMh",
- "artist": "Mohit Chauhan",
- "url": "https://open.spotify.com/track/2MmAYegcUty1DmG0Gw7AMh?si=ce84c8e6c7764a1f"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730f431c71dd2ac4dafc0c828f",
- "name": "Maa",
- "id": "4SuA85PaD8GFTPYwKNYDe1",
- "artist": "Shankar Mahadevan",
- "url": "https://open.spotify.com/track/4SuA85PaD8GFTPYwKNYDe1?si=cc19e466b89649fc"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273d304ba2d71de306812eebaf4",
- "name": "Night Changes",
- "id": "5O2P9iiztwhomNh8xkR9lJ",
- "artist": "One Direction",
- "url": "https://open.spotify.com/track/5O2P9iiztwhomNh8xkR9lJ?si=7c94c4e6cd6845aa"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273e7f1ff44b74df429307f4164",
- "name": "Zindagi Kuch Toh Bata (Reprise)",
- "id": "6TGX01ExmdHyOG72fqUU3Q",
- "artist": "Pritam",
- "url": "https://open.spotify.com/track/6TGX01ExmdHyOG72fqUU3Q?si=420ea8fe1be74d1b"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2730acb5a72549287bf33b51b71",
- "name": "Senorita",
- "id": "3TAhWtQnpoL5Vl9VQPl9fU",
- "artist": "Farhan Akhtar",
- "url": "https://open.spotify.com/track/3TAhWtQnpoL5Vl9VQPl9fU?si=1d4dbf5994f24fd6"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b2736a942b2b8ec9c67ef5512287",
- "name": "Manja",
- "id": "6o1o5SVSqVPLKAnZxRQz4x",
- "artist": "Amit Trivedi",
- "url": "https://open.spotify.com/track/6o1o5SVSqVPLKAnZxRQz4x?si=f50e2794aeaa4707"
- },
- {
- "image": "https://i.scdn.co/image/ab67616d0000b273118be9c812b6bc1d979827ae",
- "name": "Sajde",
- "id": "7kiZ6Zf66oX6yMovt3gC1a",
- "artist": "Shankar-Ehsaan-Loy",
- "url": "https://open.spotify.com/track/7kiZ6Zf66oX6yMovt3gC1a?si=8cf352c791db421e"
- }
-]
\ No newline at end of file
+[
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731917a0f3f4152622a040913f",
+ "name": "Another Love",
+ "id": "3JvKfv6T31zO0ini8iNItO",
+ "artist": "Tom Odell"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d71d2e2ca2f49bd019476930",
+ "name": "Naina Da Kya Kasoor",
+ "id": "2g3o6I7YuKFEUn9OOfuAfP",
+ "artist": "Amit Trivedi"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a58a09b161c806587fe97b6e",
+ "name": "Luka Chuppi",
+ "id": "500H9ENeR5AYbKU1ScK6ME",
+ "artist": "A.R. Rahman"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a935e4689f15953311772cc4",
+ "name": "Unholy (feat. Kim Petras)",
+ "id": "3nqQXoyQOWXiESFLlDF1hG",
+ "artist": "Sam Smith"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273edfe45782ad611717d77b2ee",
+ "name": "Kho Gaye Hum Kahan",
+ "id": "7nPCAO0Q9AHbM7PWyj9O98",
+ "artist": "Jasleen Royal"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a00249b8bf77312ec156dd4b",
+ "name": "Raanjhanaa",
+ "id": "5OMUXgfXsSukZ0zxelpC3b",
+ "artist": "A.R. Rahman"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735a63efb352e4b9cf64b5b6e4",
+ "name": "Manzar Hai Ye Naya",
+ "id": "0Y0MPg9LRfajmMm6vOlj1o",
+ "artist": "Shashwat Sachdev"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734a046f8a1ea0f4de59ed7eec",
+ "name": "Vande Mataram (The Fighter Anthem) From [\"Fighter\"]",
+ "id": "5kuGzLavUlEYlcsTpZWBxZ",
+ "artist": "Vishal Dadlani"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e5312915971d9e0de84b682b",
+ "name": "Somewhere Only We Know",
+ "id": "70krvvezXaAUim8wvWb9Fb",
+ "artist": "Gustixa"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27312b69bf576f5e80291f75161",
+ "name": "Sunsetz",
+ "id": "0SpkyS1Q4MD8GaVcP5YjT4",
+ "artist": "Cigarettes After Sex"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27312b69bf576f5e80291f75161",
+ "name": "Apocalypse",
+ "id": "0yc6Gst2xkRu0eMLeRMGCX",
+ "artist": "Cigarettes After Sex"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735949fe5472d5ad4d30494569",
+ "name": "DARKSIDE",
+ "id": "6xlOnm5MITIKtixzJW8R0j",
+ "artist": "Neoni"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
+ "name": "Killing Jeeja",
+ "id": "516WjryhZz2W7Sni4HDi4P",
+ "artist": "Harshavardhan Rameshwar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
+ "name": "Roaring War Machine",
+ "id": "2DyhP69uXCHcJHA3spnAnc",
+ "artist": "Harshavardhan Rameshwar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
+ "name": "Nude Walk",
+ "id": "6Kb5lmOi6TCt6VbvaT73m9",
+ "artist": "Harshavardhan Rameshwar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730f431c71dd2ac4dafc0c828f",
+ "name": "Taare Zameen Par",
+ "id": "5ELS4KckqA4uxrS8RnxEjv",
+ "artist": "Shankar Mahadevan"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739d2efe43d5b7ebc7cb60ca81",
+ "name": "The Night We Met",
+ "id": "0QZ5yyl6B6utIWkxeBDxQN",
+ "artist": "Lord Huron"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f2248cf6dad1d6c062587249",
+ "name": "everything i wanted",
+ "id": "3ZCTVFBt2Brf31RLEnCkWJ",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273fd275af89cec73d6287f9cbf",
+ "name": "Cry",
+ "id": "3p4hRhMcb6ch8OLtATMaLw",
+ "artist": "Cigarettes After Sex"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273c820a9669147be3addd7f221",
+ "name": "hotline (edit)",
+ "id": "0WFryfbNKPXVtVQlz5dZ8H",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27342c087c654e6c83eba52e7a3",
+ "name": "Dil Banaane Waaleya",
+ "id": "6WlamJnq3oXCnA42XwEETX",
+ "artist": "Arijit Singh"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e44e4e4a25c3214535cf93ae",
+ "name": "Silent Cat",
+ "id": "1pfq6Js42AsZwSjynwwjt7",
+ "artist": "K.ZIA"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273820e2ac14772ae3162c6d479",
+ "name": "Fourth of July",
+ "id": "5Qnrgqy1pAm9GyNQOgyVFz",
+ "artist": "Sufjan Stevens"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273da5d5aeeabacacc1263c0f4b",
+ "name": "Don\u2019t Blame Me",
+ "id": "1R0a2iXumgCiFb7HEZ7gUE",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730f74c4034578d104e964bfa7",
+ "name": "Mourya Re",
+ "id": "5IvXCYI3LU2BvWtb7KqDrf",
+ "artist": "Shankar Mahadevan"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273aa27708d07f49c82ff0d0dae",
+ "name": "Say Yes To Heaven",
+ "id": "6GGtHZgBycCgGBUhZo81xe",
+ "artist": "Lana Del Rey"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731bff765608498b674b30204f",
+ "name": "Shaitaan Theme - From \"Shaitaan\"",
+ "id": "3knFLuj6EqsPmYwvsr81dy",
+ "artist": "Siddharth Basrur"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732bf0876d42b90a8852ad6244",
+ "name": "Until I Found You (with Em Beihold) - Em Beihold Version",
+ "id": "1Y3LN4zO1Edc2EluIoSPJN",
+ "artist": "Stephen Sanchez"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732f0dd56b1f1c9d51d5fc2782",
+ "name": "Where's My Love",
+ "id": "1B62o4CbdL9ckGvwsz2cgn",
+ "artist": "SYML"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273593dd16691c117c716e210ae",
+ "name": "Jaane Nahin Denge Tujhe",
+ "id": "19SF5nItZDNoGKFq6uoPNB",
+ "artist": "Sonu Nigam"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ec96e006b8bdfc582610ec13",
+ "name": "I Ain't Worried",
+ "id": "4h9wh7iOZ0GGn8QVp4RAOB",
+ "artist": "OneRepublic"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273495ce6da9aeb159e94eaa453",
+ "name": "Closer",
+ "id": "7BKLCZ1jbUBVqRi2FVlTVw",
+ "artist": "The Chainsmokers"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e21cc1db05580b6f2d2a3b6e",
+ "name": "Viva La Vida",
+ "id": "1mea3bSkSGXuIRvnydlB5b",
+ "artist": "Coldplay"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738e434692f8d330ad8f5d933a",
+ "name": "Dancin - Krono Remix",
+ "id": "4IlqQhaxrGPxmg35YcXXuS",
+ "artist": "Aaron Smith"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273b142294d7adcc8e4f599fe87",
+ "name": "Gulabi",
+ "id": "22kRCQPyNXWZSQEcDvCmGD",
+ "artist": "Sachin-Jigar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a8f95e7f840c11edfa6cc3bd",
+ "name": "On Top Of The World",
+ "id": "6KuHjfXHkfnIjdmcIvt9r0",
+ "artist": "Imagine Dragons"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734a60872ae145776164540a7f",
+ "name": "Heeriye (feat. Arijit Singh)",
+ "id": "5PUXKVVVQ74C3gl5vKy9Li",
+ "artist": "Jasleen Royal"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27349079e6945b600abe668cae4",
+ "name": "Love You Zindagi",
+ "id": "6k3XXCE1ZzwevQlxf8dNaw",
+ "artist": "Amit Trivedi"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730d0621554b1c6c9dbf3556be",
+ "name": "Make You Mine",
+ "id": "5iFwAOB2TFkPJk8sMlxP8g",
+ "artist": "PUBLIC"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e5a95573f1b91234630fd2cf",
+ "name": "A Sky Full of Stars",
+ "id": "0FDzzruyVECATHXKHFs9eJ",
+ "artist": "Coldplay"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273352f44aed6f226c6ea28b961",
+ "name": "Kyon",
+ "id": "1sYC1fG7s4p0pTykrJqmgW",
+ "artist": "Pritam"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273406c79c19c702998ece57d7f",
+ "name": "Overwhelmed (Ryan Mack Remix)",
+ "id": "03eyNjBM2mpx28H6kdaufN",
+ "artist": "Ryan Mack"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f2607ce870ebc75e030e0224",
+ "name": "Haareya (From \"Meri Pyaari Bindu \")",
+ "id": "678JJ0TF3KFkzw6bIFKcew",
+ "artist": "Sachin-Jigar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731cc17bae5ee17cce117e198a",
+ "name": "Evergreen",
+ "id": "6me7F0aaZjwDo6RJ5MrfBD",
+ "artist": "Richy Mitch & The Coal Miners"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736a2e7f7613210a6397e854f5",
+ "name": "I Love You",
+ "id": "5bHDGWyIFML1LYXZWTD5MF",
+ "artist": "Pritam"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bcb8ec035de7b2dda0f74660",
+ "name": "Tum Mile",
+ "id": "1EjxJHY9A6LMOlvyZdwDly",
+ "artist": "Pritam"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735ef878a782c987d38d82b605",
+ "name": "positions",
+ "id": "35mvY5S1H3J2QZyna3TFe0",
+ "artist": "Ariana Grande"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739922157daa474131bb3a0fbc",
+ "name": "Copines",
+ "id": "1Bhm5HNO1cq8olDbBmokyL",
+ "artist": "Aya Nakamura"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273b608e9bcf3845d082d1d559e",
+ "name": "Tum Se (From \"Teri Baaton Mein Aisa Uljha Jiya\")",
+ "id": "2ceeTJAzKy295Fm0VsaXtE",
+ "artist": "Sachin-Jigar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730f48649d4f365018a9dee53b",
+ "name": "Bye",
+ "id": "0PGU5mcLncBYE8yuVpSwqA",
+ "artist": "Aditya Bhardwaj"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731a4f1ada93881da4ca8060ff",
+ "name": "Made You Look",
+ "id": "0QHEIqNKsMoOY5urbzN48u",
+ "artist": "Meghan Trainor"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273b8a6b18ae389a660007956ea",
+ "name": "Deewani",
+ "id": "1pDvtLmrjzr5FSQItRLWxA",
+ "artist": "Sachet Tandon"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a48964b5d9a3d6968ae3e0de",
+ "name": "Love Story (Taylor\u2019s Version)",
+ "id": "6YvqWjhGD8mB5QXcbcUKtx",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738265a736a1eb838ad5a0b921",
+ "name": "Sweater Weather",
+ "id": "2QjOHCTQ1Jl3zawyYOpxh6",
+ "artist": "The Neighbourhood"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738863bc11d2aa12b54f5aeb36",
+ "name": "Blinding Lights",
+ "id": "0VjIjW4GlUZAMYd2vXMi3b",
+ "artist": "The Weeknd"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273dfbe5a9dbc33534d8a14d29c",
+ "name": "Meri Ho Ja",
+ "id": "7z3e5trtKbiILn2bcxqKpr",
+ "artist": "Sachet Tandon"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273b4d59e6fa7e5e7cbc57ac33a",
+ "name": "STAY (with Justin Bieber)",
+ "id": "567e29TDzLwZwfDuEpGTwo",
+ "artist": "The Kid LAROI"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27328189e5da1179f64ec604fea",
+ "name": "Atrangi Yaari",
+ "id": "7oVKUnaAGVgvGRGs0TQsbx",
+ "artist": "Rochak Kohli"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733899712512f50a8d9e01e951",
+ "name": "Play Date",
+ "id": "4DpNNXFMMxQEKl7r0ykkWA",
+ "artist": "Melanie Martinez"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ab28b6ef093e44b99ff02e8c",
+ "name": "Dil Hi Toh Hai - Reprise",
+ "id": "1xPRsw6lVO9PIKidGeAHPE",
+ "artist": "Pritam"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739e1683774b22648f4f178ed3",
+ "name": "Lush Life",
+ "id": "1rIKgCH4H52lrvDcz50hS8",
+ "artist": "Zara Larsson"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d2f3f606e8d06c7a6a340a48",
+ "name": "Ye Jawaani Teri",
+ "id": "5BE6214zFFNKBCYYj1sFpu",
+ "artist": "Sachin-Jigar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732172b607853fa89cefa2beb4",
+ "name": "Levitating (feat. DaBaby)",
+ "id": "5nujrmhLynf4yMoMtj8AQF",
+ "artist": "Dua Lipa"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732babb9dbd8f5146112f1bf86",
+ "name": "Stuck with U (with Justin Bieber)",
+ "id": "4HBZA5flZLE435QTztThqH",
+ "artist": "Ariana Grande"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27344aa56e23e3a89802e6c6347",
+ "name": "Dildaara (Stand By Me)",
+ "id": "6ZoCBDOB308GqUdt2AJrV2",
+ "artist": "Shafqat Amanat Ali"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f3582107f127c2765fafb431",
+ "name": "Khulke Jeene Ka",
+ "id": "1XFZMenJ30FfGOsj8X5sqf",
+ "artist": "A.R. Rahman"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273904445d70d04eb24d6bb79ac",
+ "name": "Wildest Dreams (Taylor's Version)",
+ "id": "1K39ty6o1sHwwlZwO6a7wK",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ca5585b4e97cd9deeafb5c63",
+ "name": "Ek Zindagi (From \"Angrezi Medium\")",
+ "id": "6shPaz0rzOAGatiY6X6zLQ",
+ "artist": "Taniskaa Sanghvi"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730acb5a72549287bf33b51b71",
+ "name": "Dil Dhadakne Do",
+ "id": "46elU7IBKWf55D5sjHGqO7",
+ "artist": "Joi Barua"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731da0a37c5bad81580d49ef05",
+ "name": "Tumse Hi Tumse",
+ "id": "6qNyL8lZuqFmy9ginJRQOZ",
+ "artist": "Shekhar Ravjiani"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d593820d1884e330cf258727",
+ "name": "PS5",
+ "id": "3YQkC6dE9YE9sH1751qqEr",
+ "artist": "salem ilese"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273774767c26967fb25e7854305",
+ "name": "Thandi Hawa",
+ "id": "5tyReDTH3MpN7J5pk2LuGx",
+ "artist": "Ritviz"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273fc915b69600dce2991a61f13",
+ "name": "Bones",
+ "id": "54ipXppHLA8U4yqpOFTUhr",
+ "artist": "Imagine Dragons"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733d82f8ee55e79185ccf2427f",
+ "name": "Chedkhaniyaan",
+ "id": "30PPEJ1pEhtVnrgVNK5MEw",
+ "artist": "Shankar-Ehsaan-Loy"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d09f96d82310d4d77c14c108",
+ "name": "One Kiss (with Dua Lipa)",
+ "id": "7ef4DlsgrMEH11cDZd32M6",
+ "artist": "Calvin Harris"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273677c4cabe500b906c4a8e207",
+ "name": "Udd Gaye",
+ "id": "5ZsAhuQ24mWHiduaxJqnhW",
+ "artist": "Ritviz"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273677c4cabe500b906c4a8e207",
+ "name": "Jeet",
+ "id": "2nEntnpNpsJNhw1wLY8O96",
+ "artist": "Ritviz"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273933c036cd61cd40d3f17a9c4",
+ "name": "I'm Good (Blue)",
+ "id": "4uUG5RXrOk84mYEfFvj3cK",
+ "artist": "David Guetta"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734ae7bae74852c0bd43f5db9c",
+ "name": "Rabba Mehar Kari",
+ "id": "7oUCpKXbK5PdNB0ytPOSqH",
+ "artist": "Darshan Raval"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733f3d35703bdcd917dad51c4f",
+ "name": "Pasoori",
+ "id": "7lvDsmTRXFE3dK4OjvRiWB",
+ "artist": "Shae Gill"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27322927ab54277255e23fc4756",
+ "name": "Tera Yaar Hoon Main",
+ "id": "4ZTx87kAgEwlPMzoojFZWg",
+ "artist": "Rochak Kohli"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735010423a20b4be562fbed361",
+ "name": "Tere Jaisa Yaar Kahan - From \"Yaarana\"",
+ "id": "3oFQz8s9nnr6AvrbTf4kgt",
+ "artist": "Kishore Kumar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736724a21713a8fb7698b6d9cf",
+ "name": "Jiyo Re Bahubali",
+ "id": "2S3KDCaxzKx8fvHatpnANw",
+ "artist": "Daler Mehndi"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736724a21713a8fb7698b6d9cf",
+ "name": "Veeron Ke Veer Aa",
+ "id": "6PS5jdC3iUx1pnMB6pyBnX",
+ "artist": "Aditi Paul"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736724a21713a8fb7698b6d9cf",
+ "name": "Soja Zara",
+ "id": "5iVyx2WMd7lwkWeXIs6cid",
+ "artist": "Madhushree"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736724a21713a8fb7698b6d9cf",
+ "name": "Jay-Jaykara",
+ "id": "6Dzrw3MQFXeAGnJrfDUYun",
+ "artist": "Kailash Kher"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736724a21713a8fb7698b6d9cf",
+ "name": "Shivam",
+ "id": "1khRXKcOsjsChxKf3zsgg3",
+ "artist": "Kala Bhairava"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735f3ede47954a93aa03efe5f9",
+ "name": "Arjan Vailly",
+ "id": "4ApCig0GTR4IEp7Ijsyo3r",
+ "artist": "Manan Bhardwaj"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735f3ede47954a93aa03efe5f9",
+ "name": "Hua Main",
+ "id": "133L8gUatgtOGZUn5PH20C",
+ "artist": "Raghav Chaitanya"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735f3ede47954a93aa03efe5f9",
+ "name": "Satranga",
+ "id": "0rHlfhO0oh1klqPfr7ZUd2",
+ "artist": "Arijit Singh"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735f3ede47954a93aa03efe5f9",
+ "name": "Papa Meri Jaan",
+ "id": "2zDYPNUwclRPsRgsy8ziwI",
+ "artist": "Sonu Nigam"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735f3ede47954a93aa03efe5f9",
+ "name": "Pehle Bhi Main",
+ "id": "7yDHHVKLbvDmVw1XXhDDIO",
+ "artist": "Vishal Mishra"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273106eb07ca5ca32a6894049c4",
+ "name": "Abrar\u2019s Entry | Jamal Kudu (From \"ANIMAL\")",
+ "id": "35FFqjqaPv1Fr9B1GtJdZO",
+ "artist": "Harshavardhan Rameshwar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
+ "name": "Rifle Warning",
+ "id": "7CbbTUksQMizvHtZhGYFG9",
+ "artist": "Harshavardhan Rameshwar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
+ "name": "ANIMAL Theme",
+ "id": "5Zo05eSvY52lT2Kgx3CVYL",
+ "artist": "Harshavardhan Rameshwar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
+ "name": "Tabbar Brothers Unite",
+ "id": "6C9kFJmlr2K12qHNkfLQVF",
+ "artist": "Harshavardhan Rameshwar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
+ "name": "Range Rover Entry",
+ "id": "6KOxp5U2mX0winYAUsM0Na",
+ "artist": "Harshavardhan Rameshwar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
+ "name": "Heading To Scotland",
+ "id": "3Yhr8gWNwFuQzgpAqtFCK4",
+ "artist": "Harshavardhan Rameshwar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bf85d0e5f6f669fab2e5cea7",
+ "name": "Aziz's Introduction",
+ "id": "00I07MPoUSOCKwKfUKYiVc",
+ "artist": "Harshavardhan Rameshwar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27360d8da49922cd6f2f359febe",
+ "name": "Ranvijay's Entry Medley (From \"ANIMAL\")",
+ "id": "6Ee9j3KfgdNTlXcK2XSpH6",
+ "artist": "A.R. Rahman"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a3e762b967e1bcaa9c51703c",
+ "name": "Saari Duniya Jalaa Denge (Extended Film Version) [From \"ANIMAL\"]",
+ "id": "0fos0JBszVPh2MtKRjW64e",
+ "artist": "Jaani"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273105902aa6759ba91043f1681",
+ "name": "GMFU (w/ 6arelyhuman)",
+ "id": "4D1k6x4MXTaSnljSvAXhaf",
+ "artist": "Odetari"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27314927ea8cabd02205c056870",
+ "name": "Pretty Girl",
+ "id": "1ue7zm5TVVvmoQV8lK6K2H",
+ "artist": "Maggie Lindemann"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735c3b2cc74ac548ce120b5a71",
+ "name": "Suits You",
+ "id": "4ukBDoz8X3TD9DZxeQV3BU",
+ "artist": "Arjan Dhillon"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f4c4ee507c2558262869f415",
+ "name": "Long Way 2 Go",
+ "id": "4v5kAh2wWyCSuKuhMJK8u6",
+ "artist": "Cassie"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733f159ae07dd556323f39f47b",
+ "name": "Genius (feat. Sia, Diplo, and Labrinth)",
+ "id": "4xigPf2sigSPmuFH3qCelB",
+ "artist": "Sia"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27349130b16d4190db1d6822e59",
+ "name": "Never Say Never",
+ "id": "5GYbkDveRD2I8M5ZJ14hWn",
+ "artist": "Justin Bieber"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273c9779f1dbfc8157d66ab6680",
+ "name": "Indian Summer",
+ "id": "4Dp35qmMXU71GRCnd78gCv",
+ "artist": "Shuba"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f22e1263704f24cb504700ea",
+ "name": "Looking at Me",
+ "id": "59tskctgqUmjCWAwhzYAFm",
+ "artist": "Sabrina Carpenter"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27337fb0680110fbb107740de5d",
+ "name": "Symphony (feat. Zara Larsson)",
+ "id": "72gv4zhNvRVdQA0eOenCal",
+ "artist": "Clean Bandit"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e787cffec20aa2a396a61647",
+ "name": "The Man",
+ "id": "3RauEVgRgj1IuWdJ9fDs70",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273badc10f3684a57f23c26f6c1",
+ "name": "Kar Har Maidaan Fateh (From \"Sanju\")",
+ "id": "3FHl1QYu76zguwjqhqcglX",
+ "artist": "Sukhwinder Singh"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732571034f34b381958f8cc727",
+ "name": "Hey, Mickey!",
+ "id": "3RKjTYlQrtLXCq5ncswBPp",
+ "artist": "Baby Tate"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735a63efb352e4b9cf64b5b6e4",
+ "name": "Jagga Jiteya",
+ "id": "1rQ1Quwa40g2D5qiDszzPg",
+ "artist": "Kumaar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737c0a0946b7e363d9a2967bb0",
+ "name": "Wahran - Slowed",
+ "id": "4KEVN3BYa8bfbSm36OyUIA",
+ "artist": "RANDALL"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27341e31043badefccf894e6f32",
+ "name": "Step on up x Gimme More - Tiktok Remix",
+ "id": "4tz03LH7uP9pITcsg9XN5M",
+ "artist": "ROEINON"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273cb5ec46d6f1d2cf8d36d3663",
+ "name": "Legends Never Die",
+ "id": "1FpVJ7HpZInE2GvhVE2TwT",
+ "artist": "League of Legends"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f47f8b461b0843859d654a70",
+ "name": "Dhaakad",
+ "id": "47ZCCeeC5PaMYN4meEAz44",
+ "artist": "Raftaar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f47f8b461b0843859d654a70",
+ "name": "Dangal",
+ "id": "5Ry67OqwCxKbswCxcPHcg9",
+ "artist": "Pritam"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735d8a0014eee9ed892e7367aa",
+ "name": "Vikram Rathore (English)",
+ "id": "2UkU0Kc3rMkJj5jODLXdqv",
+ "artist": "Anirudh Ravichander"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273da6f73a25f4c79d0e6b4a8bd",
+ "name": "Natural",
+ "id": "2FY7b99s15jUprqC0M5NCT",
+ "artist": "Imagine Dragons"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27350a1691fbbfb693a5171d600",
+ "name": "Unholy (feat. Kim Petras)",
+ "id": "0NZPBYD5qbEWRs3PrGiRkT",
+ "artist": "Sam Smith"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e966b6282eda14df763d43a0",
+ "name": "Chak Lein De (From \"Chandni Chowk To China\")",
+ "id": "3E0D36S3MKA9e3f8yCOFR3",
+ "artist": "Kailash Kher"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730e36690135fa1a30d048e604",
+ "name": "Come & Get It",
+ "id": "6LoQHIo74tOzQ8EsLEkhgF",
+ "artist": "Selena Gomez"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734b2514a78cd7bf0b779955d0",
+ "name": "\u042f\u0434 - Sped Up",
+ "id": "1JXA3UXOoMfW7JSnyZ1pao",
+ "artist": "Six Dior"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273fd2df008046f04c32d9c0c2e",
+ "name": "Zinda",
+ "id": "7vZz8oJ5qAqB9MghufRK5k",
+ "artist": "Shankar-Ehsaan-Loy"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27373da9603ba1cb7fbf4d43d64",
+ "name": "Endukanta Joda",
+ "id": "5IIF8Ja9bphOiGD3IcyQGz",
+ "artist": "Harris Jayaraj"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27353d09a982d1c5c0cd58b1b88",
+ "name": "OK Not To Be OK",
+ "id": "0zzVTGyRrWpQu8Fr28NRAv",
+ "artist": "Marshmello"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737c5e6dff8c8d804214eca809",
+ "name": "Cool for the Summer - Sped Up (Nightcore)",
+ "id": "4FYWOYqOF9lbb1JcZFDT67",
+ "artist": "Demi Lovato"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730db4898026f2f0d478abf0e7",
+ "name": "Ashes",
+ "id": "3Pj6u2KTgepyyidp5xfbHp",
+ "artist": "Stellar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27311b63834a1a557cc77403458",
+ "name": "Daisy",
+ "id": "2g1KggY9PKvsoEAOaiz4xx",
+ "artist": "Ashnikko"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736210b54a43fa2cf5711b880c",
+ "name": "Victoria's Secret",
+ "id": "4svaKoxMMP7ImmKrD5hfQu",
+ "artist": "Jax"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736132f812bee6ba5cf4107253",
+ "name": "Living Hell",
+ "id": "6bTbMMEShyGyrcuIwtBlpA",
+ "artist": "Bella Poarch"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e67611dbbf69a90d0b6cb738",
+ "name": "i like the way you kiss me",
+ "id": "2GxrNKugF82CnoRFbQfzPf",
+ "artist": "Artemas"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273fb708ebb9d3f97d4aec1a14c",
+ "name": "Aadat",
+ "id": "2N2vJuAZN0KY37L0jutug0",
+ "artist": "Sucha Yaar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734148fc1af9294805e35e9446",
+ "name": "NO",
+ "id": "3ge54HUrk1ht3EX5SMhIzZ",
+ "artist": "Meghan Trainor"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27344aa56e23e3a89802e6c6347",
+ "name": "Raftaarein",
+ "id": "3pjZQfBShK7O01QvtQwmcg",
+ "artist": "Vishal Dadlani"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273eeb2de3c7773e8caa97f50bc",
+ "name": "Toofan",
+ "id": "45GXsEdPxpFLnqQMPR2Cyy",
+ "artist": "Sandesh Datta Naik"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a348cd1b2496b47254acc74b",
+ "name": "Better When I'm Dancin'",
+ "id": "5k5fWendNngd89O8JKoE8L",
+ "artist": "Meghan Trainor"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730e58a0f8308c1ad403d105e7",
+ "name": "BREAK MY SOUL",
+ "id": "5pyoxDZ1PX0KxBxiRVxA4U",
+ "artist": "Beyonc\u00e9"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273c7a740881d014d0dd94c16d8",
+ "name": "Sanju",
+ "id": "3Lj3OZwBF3R8snWs9ktsX4",
+ "artist": "Sachin Kandara"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273084cee497af6f9ecc4454b32",
+ "name": "F\u039bSHION",
+ "id": "70jiETKdlLEram2zJSHdHH",
+ "artist": "Britney Manson"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737a6339d6ddfd579f77559b3c",
+ "name": "TiK ToK",
+ "id": "0HPD5WQqrq7wPWR7P7Dw1i",
+ "artist": "Kesha"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27349e0134c686547c28b7c999f",
+ "name": "Unstoppable",
+ "id": "2J2Z1SkXYghSajLibnQHOa",
+ "artist": "Sia"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732e3049fef96abebf336b7366",
+ "name": "Hall of Fame (feat. will.i.am)",
+ "id": "7wMq5n8mYSKlQIGECKUgTX",
+ "artist": "The Script"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273187a2fb0f8653c6f3dcbc289",
+ "name": "Bebo",
+ "id": "0GNq37PiMmflUA7uCnSh3W",
+ "artist": "Alisha Chinai"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Yeh Jo Des Hai Tera (From \"Swades\")",
+ "id": "37RYYGPEb6kwTAaAeOVmgQ",
+ "artist": "A.R. Rahman"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Mile Sur (From \"Street Dancer 3D\")",
+ "id": "6LZOoajQzxRRBXetM5flhS",
+ "artist": "Navraj Hans"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Tu Bhoola Jise (From \"Airlift\") (feat. K.K.)",
+ "id": "6x9BBXqK6aqdxgw66huHWG",
+ "artist": "Amaal Mallik"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Saugandh Mujhe Iss Mitti Ki (From \"Pm Narendra Modi\")",
+ "id": "6hPoGElB3o1i3r6WIbXP0V",
+ "artist": "Sukhwinder Singh"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Satyamev Jayate (From \"Satyamev Jayate\")",
+ "id": "49hQthaH0vnpqVoPYgGM4K",
+ "artist": "Keerthi Sagathia"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Zinda (From \"Bharat\")",
+ "id": "5UAOP2tqMulFQNbvYm2Djq",
+ "artist": "Vishal Dadlani"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Jhuk Na Paunga (From \"Raid\")",
+ "id": "6kedXiAZG7cXZ20AzNV1k3",
+ "artist": "Papon"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "India Waale (From \"Happy New Year\")",
+ "id": "1dvHBxVyNfVqc9YfGGNayh",
+ "artist": "Neeti Mohan"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Jako Rakhe Saiyan (From \"Batla House\")",
+ "id": "669QJgTt7NvL7fofi18NVi",
+ "artist": "Rochak Kohli"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Hindustani (Suno Gaur Se Duniya Walo) [From \"Dus\"]",
+ "id": "71aU4PrcjxMqmpxN6tsCPV",
+ "artist": "Shankar Mahadevan"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Toh Dishoom (From \"Dishoom\")",
+ "id": "4diMiXnZjGIHiHV6ixl8e6",
+ "artist": "Raftaar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Jai He (From \"Satellite Shankar\")",
+ "id": "0GeQz5nQJSHhIeEVCTw1MG",
+ "artist": "Salman Ali"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "It Happens Only In India (From \"Pardesi Babu\")",
+ "id": "2tWVdn5ULZkIbHwyBbPdF5",
+ "artist": "Anand Raj Anand"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Ae Mere Des (From \"Ae Mere Des\")",
+ "id": "7cc3onJ1gxG0OFZDWoMfha",
+ "artist": "Jubin Nautiyal"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273432b3a73185274a82415808c",
+ "name": "Teri Zameen (From \"Raag Desh\")",
+ "id": "612V9tYSkFc9aPYOXhfTQK",
+ "artist": "Shriya Pareek"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737e98ee720a1fa73d9e1ada72",
+ "name": "Requiem On Water",
+ "id": "3HG4ZunyV6WfIn4vT8Ddai",
+ "artist": "Imperial Mammoth"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731917a0f3f4152622a040913f",
+ "name": "Heal",
+ "id": "4KlL5Bwlm4yHYxr0B2rHci",
+ "artist": "Tom Odell"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27350a3147b4edd7701a876c6ce",
+ "name": "listen before i go",
+ "id": "0tMSssfxAL2oV8Vri0mFHE",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27350a3147b4edd7701a876c6ce",
+ "name": "i love you",
+ "id": "6CcJMwBtXByIz4zQLzFkKc",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734dfbe36486a0e8655b119660",
+ "name": "Death with Dignity",
+ "id": "4fpEuKIzTLmMJnYwFU0oqr",
+ "artist": "Sufjan Stevens"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734dfbe36486a0e8655b119660",
+ "name": "Should Have Known Better",
+ "id": "5I6y1KWmUoV5YCaIEcs1qs",
+ "artist": "Sufjan Stevens"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734dfbe36486a0e8655b119660",
+ "name": "Fourth of July",
+ "id": "4K3RZJ8sWPbv0IedcnEfw6",
+ "artist": "Sufjan Stevens"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734dfbe36486a0e8655b119660",
+ "name": "The Only Thing",
+ "id": "6Rt6KwuF7I8ZkdZG2G0bYr",
+ "artist": "Sufjan Stevens"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d36d0f06096fa07f18b8e8a2",
+ "name": "The End Of Love",
+ "id": "1tpkN6z0Zd3wphAd3DASDX",
+ "artist": "Florence + The Machine"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bb7f4860ea8f7f6515756252",
+ "name": "Repeat Until Death",
+ "id": "5PzWVmfzu7rePAuFkxPQf0",
+ "artist": "Novo Amor"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273176e29e598499208ff338ae1",
+ "name": "Lover, Please Stay",
+ "id": "2BYiebB5e5zuQ5BSmemJpD",
+ "artist": "Nothing But Thieves"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273809968e77fe3a26218da70c6",
+ "name": "Ghost in the Wind",
+ "id": "66zI1g4FK5NW5tW0VhMhZX",
+ "artist": "Birdy"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736c619c39c853f8b1d67b7859",
+ "name": "From the Dining Table",
+ "id": "1IF5UcqRO42D12vYwceOY6",
+ "artist": "Harry Styles"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273567b0a6defc057bcbfaedadb",
+ "name": "Wash.",
+ "id": "3g9mw4A8vdljOKgwrit88g",
+ "artist": "Bon Iver"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273593e693d168c94f916a079b5",
+ "name": "Break My Heart Again",
+ "id": "7gGBgh0bVxHPgZjA505bo9",
+ "artist": "FINNEAS"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730143cb66fdb1abf40887a4de",
+ "name": "Flying",
+ "id": "2IsBpMTE5ht4vsPGEFD5Fc",
+ "artist": "Cody Fry"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f01ba25235fb24f73605b9dd",
+ "name": "Cold",
+ "id": "7qxxr5CLf8rnIibe4eStzR",
+ "artist": "Aqualung"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273712c76b4152918fb8d37c53d",
+ "name": "John Wayne Gacy, Jr.",
+ "id": "2R3g9k14OAcUzZYwo90Tx6",
+ "artist": "Sufjan Stevens"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733e42854096da9a3b1ca901c9",
+ "name": "All I Want",
+ "id": "0NlGoUyOJSuSHmngoibVAs",
+ "artist": "Kodaline"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737e706949994bcef39b09da4e",
+ "name": "What A Time (feat. Niall Horan)",
+ "id": "5WtfUKzXircvW8l5aaVZWT",
+ "artist": "Julia Michaels"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bef30dff1f943bb4886ce5ca",
+ "name": "The Lament of Eustace Scrubb",
+ "id": "70CPcfYC8ug5UMBmjah6x9",
+ "artist": "The Oh Hellos"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739a5a33aa7954b5519feb5692",
+ "name": "Michicant",
+ "id": "43d83eCd7GzmVOKsLwV3QN",
+ "artist": "Bon Iver"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738cdc3315bbb5331eddf6a21d",
+ "name": "Possibility",
+ "id": "39Odj4vLKRarATkCA31gaW",
+ "artist": "Lykke Li"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738cdc3315bbb5331eddf6a21d",
+ "name": "Rosyln",
+ "id": "4k7x3QKrc3h3U0Viqk0uop",
+ "artist": "Bon Iver"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273269423eb6467e308c0fbce24",
+ "name": "Perfectly Wrong",
+ "id": "6nat4Z7iRKWVk1qngQqI0Q",
+ "artist": "Shawn Mendes"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27333b8541201f1ef38941024be",
+ "name": "evermore (feat. Bon Iver)",
+ "id": "3O5osWf1rSoKMwe6E9ZaXP",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
+ "name": "exile (feat. Bon Iver)",
+ "id": "4pvb0WLRcMtbPGmtejJJ6y",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
+ "name": "this is me trying",
+ "id": "7kt9e9LFSpN1zQtYEl19o1",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730d86ec6aa49e27bcc92b87f1",
+ "name": "Mary",
+ "id": "6dtB54Z7eICDUOPq3QwXuo",
+ "artist": "Big Thief"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736abcbbeeb62d22d815822b3c",
+ "name": "Whispers",
+ "id": "5NsvxfpGzOXalL32GAH8Fr",
+ "artist": "Passenger"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738a3f0a3ca7929dea23cd274c",
+ "name": "lovely (with Khalid)",
+ "id": "0u2P5u6lvoDfwTYjAADbn4",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273414c8bf2ded506d89f36c090",
+ "name": "Windows",
+ "id": "0dV5sMWcqcxTCkLfXv4yt8",
+ "artist": "Angel Olsen"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ba5db46f4b838ef6027e6f96",
+ "name": "Happier",
+ "id": "2RttW7RAu5nOAfq6YFvApB",
+ "artist": "Ed Sheeran"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273816243514f01ac30d0932622",
+ "name": "Flightless Bird, American Mouth",
+ "id": "1fEGtTZjrjJW8eUeewnNJR",
+ "artist": "Iron & Wine"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27399a8a855ac40fff859d63b06",
+ "name": "Where's My Love - Acoustic",
+ "id": "1eKvw144NYPlDjR0wQoGLW",
+ "artist": "SYML"
+ },
+ {
+ "image": "https://i.scdn.co/image/165afd5be0de01bf0bc162ad8e6224041fec40bb",
+ "name": "I Hear The Day Has Come",
+ "id": "74HDdbE5v7eMS1f6ogMjhu",
+ "artist": "Matt Maltese"
+ },
+ {
+ "image": "https://i.scdn.co/image/165afd5be0de01bf0bc162ad8e6224041fec40bb",
+ "name": "In a New Bed",
+ "id": "4Or1Yp4i3VANJE6E39ys91",
+ "artist": "Matt Maltese"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732aca306cd946b94a5a0b969c",
+ "name": "Butterfly's Repose",
+ "id": "36c2NifUp0GDnoOQT5unhR",
+ "artist": "Zabawa"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738c33272a7c77042f5eb39d75",
+ "name": "Oceans",
+ "id": "5eXnC2B5RU5fAhfwvV2ABD",
+ "artist": "Seafret"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730bdbbc6c37f394d7b019824c",
+ "name": "Touch",
+ "id": "4g2WiijzSKzH8PApKDbadN",
+ "artist": "Sleeping At Last"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273cc04a01b9069278c09d970d7",
+ "name": "Come Home To Me",
+ "id": "2K8elWg8ihrZRwZJ7Gy6L3",
+ "artist": "L\u00c9ON"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27317875a0610c23d8946454583",
+ "name": "The Night We Met",
+ "id": "3hRV0jL3vUpRrcy398teAU",
+ "artist": "Lord Huron"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273599773d4743bfd847643c3c4",
+ "name": "Amen",
+ "id": "4rCmaUBsSjuiQcKoKIo7UE",
+ "artist": "Amber Run"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27318509401d92d643243c96c65",
+ "name": "Life On Mars",
+ "id": "6tdixrrHbOHQfdamvcyOes",
+ "artist": "AURORA"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273230776e5998aea86773191d0",
+ "name": "The Wisp Sings",
+ "id": "68RI4I6SKm57SxjG06OYvN",
+ "artist": "Winter Aid"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737f66b73bd6e86f4c8d2a7692",
+ "name": "July",
+ "id": "6J2LdBN97cDWn0MLxYh9HB",
+ "artist": "Noah Cyrus"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e6dfaed2104e0512b7f22256",
+ "name": "Places We Won't Walk",
+ "id": "30QNjcM3Q1GnLFIIJjWQL1",
+ "artist": "Bruno Major"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e9101167efda432462dfec58",
+ "name": "To Build A Home",
+ "id": "54KFQB6N4pn926IUUYZGzK",
+ "artist": "The Cinematic Orchestra"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273820e2ac14772ae3162c6d479",
+ "name": "John My Beloved",
+ "id": "4CB57FBhfhq2q1GHQN7bjm",
+ "artist": "Sufjan Stevens"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f5594201858122e8f30fa7e3",
+ "name": "Human",
+ "id": "7o8vTKpUe6GvlssjGhZk7d",
+ "artist": "dodie"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736b8d89248315d098fc864098",
+ "name": "Rooting For You",
+ "id": "7DWTHqTJdzRzWe1bTPYDAd",
+ "artist": "London Grammar"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733d92b2ad5af9fbc8637425f0",
+ "name": "Sparks",
+ "id": "7D0RhFcb3CrfPuTJ0obrod",
+ "artist": "Coldplay"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a91c10fe9472d9bd89802e5a",
+ "name": "traitor",
+ "id": "5CZ40GBx1sQ9agT82CLQCT",
+ "artist": "Olivia Rodrigo"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a91c10fe9472d9bd89802e5a",
+ "name": "favorite crime",
+ "id": "5JCoSi02qi3jJeHdZXMmR8",
+ "artist": "Olivia Rodrigo"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273963d93a7d49b6a45facb8f78",
+ "name": "Lights Are On",
+ "id": "4IhTXiZLKATmwhMZIb1GQN",
+ "artist": "Tom Rosenthal"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a954408e456d4d9d410f448b",
+ "name": "Arcade",
+ "id": "1Xi84slp6FryDSCbzq4UCD",
+ "artist": "Duncan Laurence"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ba4cad4533efdd06fa843a39",
+ "name": "Your Power",
+ "id": "5qNh5WtzMbfpSj2jLlBkoD",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730db3901606954f424070ff01",
+ "name": "Visions of Gideon",
+ "id": "0SUDiaR0qm30fXVGPjPvRp",
+ "artist": "Sufjan Stevens"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273de9b0077d3f714ab2d7a88b2",
+ "name": "Je te laisserai des mots",
+ "id": "0V5cvmTKsYmF5FmGGEAfmS",
+ "artist": "Patrick Watson"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d9f317365db4f5a792e35c1a",
+ "name": "Such A Simple Thing",
+ "id": "4PuUa8e5s7P3Zv1IdCGIsa",
+ "artist": "Ray LaMontagne"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27330eb992a82f895893f60375b",
+ "name": "Turning Page",
+ "id": "2kfGoV9a5dbSKCNmUWH2ZF",
+ "artist": "Sleeping At Last"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273dabc6fe9dd3454884cf65071",
+ "name": "Lung",
+ "id": "4N4OGHFxIUKJzbwIqKkrKx",
+ "artist": "Vancouver Sleep Clinic"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27377fdcfda6535601aff081b6a",
+ "name": "Falling",
+ "id": "1ZMiCix7XSAbfAJlEZWMCp",
+ "artist": "Harry Styles"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27377fdcfda6535601aff081b6a",
+ "name": "Fine Line",
+ "id": "6VzcQuzTNTMFnJ6rBSaLH9",
+ "artist": "Harry Styles"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732a038d3bf875d23e4aeaa84e",
+ "name": "Halley's Comet",
+ "id": "5XsAal7ZcWg1I5T4NcRjkv",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731b51f809c31f0d98f67c0b7d",
+ "name": "Another Love",
+ "id": "7jtQIBanIiJOMS6RyCx6jZ",
+ "artist": "Tom Odell"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ee2d3d1345c66a43c57f31c3",
+ "name": "Vas",
+ "id": "6S7o12almFeL57rbRvdY5l",
+ "artist": "jagger finn"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27343fc02bcfa7cd4e6bb66aa22",
+ "name": "Cool About It",
+ "id": "5PJH1U5Iie893v48Fl9yaC",
+ "artist": "boygenius"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733066581d697fbdee4303d685",
+ "name": "The Beach",
+ "id": "2u0CelO5c81XS7z3dGpHbS",
+ "artist": "The Neighbourhood"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733066581d697fbdee4303d685",
+ "name": "Daddy Issues",
+ "id": "5E30LdtzQTGqRvNd7l6kG5",
+ "artist": "The Neighbourhood"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273cdfe41cd475f8ad3a29b3537",
+ "name": "that way",
+ "id": "7l97ElWmIdVHWUaOeeU5ZC",
+ "artist": "Tate McRae"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739b629b8305fa942db51add96",
+ "name": "Angel",
+ "id": "61lz8EfVQvYJmYbMhSDm3F",
+ "artist": "FINNEAS"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733e0d05346299e86c58f75123",
+ "name": "Exist For Love",
+ "id": "5W4TxxBH5GrrvHwJc9xgpl",
+ "artist": "AURORA"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739457bba66a2daf4456855bb7",
+ "name": "Let You Break My Heart Again",
+ "id": "709p9UGPAuyImWf1Z3vjRo",
+ "artist": "Laufey"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27312b69bf576f5e80291f75161",
+ "name": "Sweet",
+ "id": "6ilc4vQcwMPlvAHFfsTGng",
+ "artist": "Cigarettes After Sex"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27312b69bf576f5e80291f75161",
+ "name": "John Wayne",
+ "id": "6TWcSqCntZhH5vyc35kkob",
+ "artist": "Cigarettes After Sex"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ed317ec13d3de9e01fb99c9e",
+ "name": "What Was I Made For? [From The Motion Picture \"Barbie\"]",
+ "id": "6wf7Yu7cxBSPrRlWeSeK0Q",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273513e0264b503bbe94cf08ad6",
+ "name": "Sometimes (Backwood)",
+ "id": "1ElGmhauttS9p7LwmHG9uM",
+ "artist": "Gigi Perez"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f46e995aa84c6eb1080100a4",
+ "name": "Hotel",
+ "id": "2LtCEKs68u3RpNh4wybCF8",
+ "artist": "Montell Fish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731bd6d088d3d81972af4cb81d",
+ "name": "Happiness",
+ "id": "7aSyG7cskkG3zhfO2JLxq3",
+ "artist": "Rex Orange County"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739e1ad92757baa6bc816b7a82",
+ "name": "my future - Prime Day Show x Billie Eilish",
+ "id": "5aiOuCP6Q4xzZu8e7fVZpn",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27390cf5d1ccfca2beb86149a19",
+ "name": "Evergreen (You Didn\u2019t Deserve Me At All)",
+ "id": "2TktkzfozZifbQhXjT6I33",
+ "artist": "Omar Apollo"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27397e971f3e53475091dc8d707",
+ "name": "Dandelions",
+ "id": "2eAvDnpXP5W0cVtiI0PUxV",
+ "artist": "Ruth B."
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27323666a0da41b0803243f75b4",
+ "name": "j's lullaby (darlin' i'd wait for you)",
+ "id": "3g62EjDXLltUvmgEFDn9eN",
+ "artist": "Delaney Bailey"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734ae1c4c5c45aabe565499163",
+ "name": "I Wanna Be Yours",
+ "id": "5XeFesFbtLpXzIVDNQP22n",
+ "artist": "Arctic Monkeys"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27320beb61f61fcbeb33b10a9ab",
+ "name": "Train Wreck",
+ "id": "55Am8neGJkdj2ADaM3aw5H",
+ "artist": "James Arthur"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d6839051c4760457e1a60b2a",
+ "name": "forget her",
+ "id": "5vFuoZLvUmAzzIiLSEhk0K",
+ "artist": "girl in red"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273499f98138c3a1001b5c1c601",
+ "name": "odd:I",
+ "id": "1MnJPiY2LT0noxGco8UsRC",
+ "artist": "SawanoHiroyuki[nZk]"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d3fb1f53dcf4bdcce6c6799b",
+ "name": "\u708e",
+ "id": "3YXGSpMR27cthwFJfwd5DY",
+ "artist": "LiSA"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273c7fe39aea5a2f7720332e222",
+ "name": "Moon Halo - Honkai Impact 3Rd \"Everlasting Flames\" Animated Short Theme",
+ "id": "7rhPtZ2nmgkrv6MCCDF2WU",
+ "artist": "HOYO-MiX"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27357629d831030c7cd9506b49c",
+ "name": "Naeem",
+ "id": "0XOsqpvDLx0FhizUCqwSNf",
+ "artist": "Bon Iver"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27357629d831030c7cd9506b49c",
+ "name": "Faith",
+ "id": "4dIMGmkew7pLWVoJ7de8Wg",
+ "artist": "Bon Iver"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739c44e39f1b6aafe87a6db356",
+ "name": "Call of Silence",
+ "id": "7k1HoUdskuBhyWvm7hPctM",
+ "artist": "Hiroyuki Sawano"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f441233ebfe8c515c028048d",
+ "name": "M\u00f6bius",
+ "id": "3FgvBg0X20xbF0Dfq0N01E",
+ "artist": "mpi"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27389dfc943e8075b7faa001760",
+ "name": "Saving Us",
+ "id": "3ixdZukTK7y7bccizNfiYt",
+ "artist": "SawanoHiroyuki[nZk]"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734a46268112218d562609af92",
+ "name": "Cedar",
+ "id": "479UZI7rBJRJwqB0UZyZ57",
+ "artist": "Gracie Abrams"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f8ae37cc775d0a3db8c95c9f",
+ "name": "Honkai World Diva - Movie Ver.",
+ "id": "6l1tdg42J1jd5c0dqg5nr0",
+ "artist": "Mika Kobayashi"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27382f9765c19d02fb99f0b387d",
+ "name": "If I Really Love You",
+ "id": "3l3lUyNu5zh6H6uByc5Xnr",
+ "artist": "Lexi Jayde"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273c5bb4d02d4052d6bb8e6c9d9",
+ "name": "Reminiscence Reincarnation",
+ "id": "35DydwQwb4AIXJoghOoPcr",
+ "artist": "MYTH & ROID"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730bf49fafbe98b7a14a978168",
+ "name": "Wondering - From \"High School Musical: The Musical: The Series\"",
+ "id": "6GfTYfb5eBLN1p1ByOsPmi",
+ "artist": "Olivia Rodrigo"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736c2b76e0d78170d577add561",
+ "name": "you broke me first",
+ "id": "4l0RmWt52FxpVxMNni6i63",
+ "artist": "Tate McRae"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735076e4160d018e378f488c33",
+ "name": "The Smallest Man Who Ever Lived",
+ "id": "2v1ivOOsgn64g5OywuH55L",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273b113cc5549ee59e0db460545",
+ "name": "DARK ARIA",
+ "id": "3SR85l1lZDNPr68rkAlYOy",
+ "artist": "Hiroyuki Sawano"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e85259a1cae29a8d91f2093d",
+ "name": "the grudge",
+ "id": "3Nl5OkkmS5DaBZvuYofpAt",
+ "artist": "Olivia Rodrigo"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e85259a1cae29a8d91f2093d",
+ "name": "teenage dream",
+ "id": "7fesNTgTEMEH0ye8MOgEDY",
+ "artist": "Olivia Rodrigo"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a8df0c930a741d6f49cc3f8d",
+ "name": "River",
+ "id": "3hhbDnFUb2bicI2df6VurK",
+ "artist": "Leon Bridges"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27388e3cda6d29b2552d4d6bc43",
+ "name": "The Cut That Always Bleeds",
+ "id": "7wTqEW5nrMhvyEhEyTnOMd",
+ "artist": "Conan Gray"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273df73fbeeadcae993f0436087",
+ "name": "\u590f\u306e\u96ea",
+ "id": "4SJnBgbqNliUIfxigwQBcS",
+ "artist": "krage"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27348d5947c976c243542c25e21",
+ "name": "I And Love And You",
+ "id": "7CEV9VwA8XO9wwxTXgYKvY",
+ "artist": "The Avett Brothers"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d9577b938f4ff10f5b136fe9",
+ "name": "Next to You",
+ "id": "3MwHZDGwAR8RjZZBriBqmx",
+ "artist": "John Vincent III"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27320ef3496c133dda1bc541776",
+ "name": "Voices of the Chord",
+ "id": "4LUJzSLpBtgH3dpOH7J7Nf",
+ "artist": "Hiroyuki Sawano"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27355c38bc34d1fe852f2657c2e",
+ "name": "I miss you, I\u2019m sorry",
+ "id": "4nyF5lmSziBAt7ESAUjpbx",
+ "artist": "Gracie Abrams"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a0a916db0206cc4d773f9013",
+ "name": "Dawns (feat. Maggie Rogers)",
+ "id": "42TtHTxWk782ZBiqyOi2d1",
+ "artist": "Zach Bryan"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
+ "name": "my tears ricochet",
+ "id": "1MgV7FIyNxIG7WzMRJV5HC",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739275e24621cdd91c847b292a",
+ "name": "FREEDOM",
+ "id": "3MBNF3aevdp5vmfepYahNu",
+ "artist": "Takanori Nishikawa"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27365550b92a7d7483f8042f327",
+ "name": "\u30b7\u30eb\u30b7",
+ "id": "6shqTPLADEpK31Qgi8LC7k",
+ "artist": "LiSA"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27322ad9f1afdbeeceaf0c91686",
+ "name": "Can\u2019t Catch Me Now - from The Hunger Games: The Ballad of Songbirds & Snakes",
+ "id": "17cia5k4BpGVlyEfqrFH50",
+ "artist": "Olivia Rodrigo"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732ebf129f0db6d0e88372600e",
+ "name": "Long Way From Home",
+ "id": "6C6xqMptwc0qjFo1KzCzX3",
+ "artist": "The Lumineers"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732ebf129f0db6d0e88372600e",
+ "name": "Sick In The Head",
+ "id": "3u4pq1k2CliqRp0iI5JHI4",
+ "artist": "The Lumineers"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273b159d5de7c58bd34e0786d5b",
+ "name": "Drunk, Running",
+ "id": "0OQFriWHtnIzsRp3uImlGt",
+ "artist": "Lizzy McAlpine"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732e09d63a7ba7fa7071e26524",
+ "name": "Call Your Name",
+ "id": "2LYhS0VbCzbE6alAI3Q7Ot",
+ "artist": "Hiroyuki Sawano"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a63bdfd4a6e9b3c9f4f2e91d",
+ "name": "Unknown / Nth",
+ "id": "1ptwL6lZNLc654XAaHqcHb",
+ "artist": "Hozier"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e4d05f016f5e024854e0a971",
+ "name": "DARK ARIA ",
+ "id": "5Mg4ZgUgR6whGObRh6UGn0",
+ "artist": "SawanoHiroyuki[nZk]"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734ca68d59a4a29c856a4a39c2",
+ "name": "Work Song",
+ "id": "5TgEJ62DOzBpGxZ7WRsrqb",
+ "artist": "Hozier"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d7f5afe93dd997671be4fa25",
+ "name": "33 \u201cGOD\u201d",
+ "id": "5sWF1EZGm727f3b620vkbC",
+ "artist": "Bon Iver"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d7f5afe93dd997671be4fa25",
+ "name": "8 (circle)",
+ "id": "16WkFbQRW2BhvMUwuIaIsx",
+ "artist": "Bon Iver"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27309a338771f7c66171e5c39f3",
+ "name": "I know it won't work - Live",
+ "id": "304UU8a3Zv0n06JGOUuJh0",
+ "artist": "Gracie Abrams"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27325d10f813fd1114b2bb9e39a",
+ "name": "Old Pine",
+ "id": "3CAX47TnPqTujLIQTw8nwI",
+ "artist": "Ben Howard"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e1a080eb6eb7a2a6dc1f7531",
+ "name": "LilaS",
+ "id": "5ZlP1Z0UYGiIonLB4jow0r",
+ "artist": "SawanoHiroyuki[nZk]"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27359ae8cf65d498afdd5585634",
+ "name": "Let The Light In (feat. Father John Misty)",
+ "id": "4qG7hWhljsqqENL5PaLA2z",
+ "artist": "Lana Del Rey"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733899712512f50a8d9e01e951",
+ "name": "Training Wheels",
+ "id": "3EGW6TGGbdk6Ys1Y3HU3lj",
+ "artist": "Melanie Martinez"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273642602c0f29482bd14d495e7",
+ "name": "give it back",
+ "id": "3hHtEus1O9ZWI5boHttI5I",
+ "artist": "C\u00f6 shu Nie"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27321c0a586d398212eba112611",
+ "name": "Departures \u301c\u3042\u306a\u305f\u306b\u304a\u304f\u308b\u30a2\u30a4\u306e\u6b4c\u301c",
+ "id": "5iScqgKQne0dNnlI8MAytp",
+ "artist": "EGOIST"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27321c0a586d398212eba112611",
+ "name": "\u30a8\u30a6\u30c6\u30eb\u30da",
+ "id": "0aAzBVTjeTY83SlwoWCEfv",
+ "artist": "EGOIST"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273639c6811b5d0c6cfb145de3a",
+ "name": "Moral of the Story",
+ "id": "69HzZ3ti9DLwb0GdWCGYSo",
+ "artist": "Ashe"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273639c6811b5d0c6cfb145de3a",
+ "name": "Moral of the Story (feat. Niall Horan) - Bonus Track",
+ "id": "5v6qYImm5k36GHlFxdEZyv",
+ "artist": "Ashe"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27370e7363795cd4644087bd510",
+ "name": "Till I",
+ "id": "6zgJZb0fgt2O7h01xwlpYE",
+ "artist": "SawanoHiroyuki[nZk]"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27360a89b781c62ffe2136e4396",
+ "name": "Astronomy",
+ "id": "2JN3ugW1cEahbYw0I5mw5U",
+ "artist": "Conan Gray"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27360a89b781c62ffe2136e4396",
+ "name": "Family Line",
+ "id": "0iNZGC211wst3VjtobNnC5",
+ "artist": "Conan Gray"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733ec34bc4e860b8021272a75d",
+ "name": "i am not who i was",
+ "id": "5uu2OCGGrTRS1sIvlMgKwe",
+ "artist": "Chance Pe\u00f1a"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732e8ed79e177ff6011076f5f0",
+ "name": "Love Of My Life",
+ "id": "1mw0RgNXIpYRyyCdBQbLgA",
+ "artist": "Harry Styles"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27397e971f3e53475091dc8d707",
+ "name": "If By Chance",
+ "id": "21dpBHPTV7ythCHBI6Slcw",
+ "artist": "Ruth B."
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27333a839e8b2cf1512f3badabb",
+ "name": "Blood Bank",
+ "id": "15WbjBy1bzH1UsUldBwwlW",
+ "artist": "Bon Iver"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735ce0fbd16dba08ae792dc1cf",
+ "name": "Red Swan",
+ "id": "0zvN9oq95bIEQjvfcdeZlX",
+ "artist": "Yoshiki"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273aacd27a096e6e59ff555b46c",
+ "name": "Those Eyes",
+ "id": "2psRActEWsTlYYd7EDoyVR",
+ "artist": "New West"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27355b094b01ca58e4d1800a402",
+ "name": "Charlie Boy",
+ "id": "1tTxt6RtTqvuSEe4gFhWO2",
+ "artist": "The Lumineers"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27355b094b01ca58e4d1800a402",
+ "name": "Morning Song",
+ "id": "4Q1WcYBA6h651KhNjo1gsw",
+ "artist": "The Lumineers"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27395ca6a9b4083a86c149934ae",
+ "name": "Daylight",
+ "id": "1odExI7RdWc4BT515LTAwj",
+ "artist": "David Kushner"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a91b75c9ef65ed8d760ff600",
+ "name": "Savior Complex",
+ "id": "5BN59BDczcpxstFKILIH0q",
+ "artist": "Phoebe Bridgers"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27364c8cf7bc530a05dd10e8efe",
+ "name": "unlasting",
+ "id": "3SlQVRQAgsc6ac6UBM9dIk",
+ "artist": "LiSA"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a91c10fe9472d9bd89802e5a",
+ "name": "drivers license",
+ "id": "5wANPM4fQCJwkGd4rN57mH",
+ "artist": "Olivia Rodrigo"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730500294bb235c45c0a964d69",
+ "name": "Will you cry?",
+ "id": "3UaaBFWIxrwDRc6pSisyuH",
+ "artist": "Gracie Abrams"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730500294bb235c45c0a964d69",
+ "name": "The blue",
+ "id": "7jkelF6xQ9oM8BEZRARhhC",
+ "artist": "Gracie Abrams"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ca69bf6c658aa5fd60778c10",
+ "name": "History Of Man",
+ "id": "7ijN634pExtKjNIm7vvvAa",
+ "artist": "Maisie Peters"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735bac234d5511248b248caf36",
+ "name": "This Town",
+ "id": "0qvzXomUDJVaUboy2wMfiS",
+ "artist": "Niall Horan"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738cf8c14fd09076b3189b0e8a",
+ "name": "Before my body is dry",
+ "id": "1FvZeK3MgmGldxeYDvzanR",
+ "artist": "Hiroyuki Sawano"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273cd5caa4df3f3830a6ff5b169",
+ "name": "\u54b2\u304b\u305b\u3084\u54b2\u304b\u305b",
+ "id": "6Qn2DEvR2t1iNyLSmghWxr",
+ "artist": "EGOIST"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bbae8e336b231d46a31de96e",
+ "name": "PDLIF",
+ "id": "0kT1QOkgYYaW0lnMpXY76h",
+ "artist": "Bon Iver"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273328366cbdebf00b0654f1999",
+ "name": "Aisa Kyun Maa",
+ "id": "5lA5W1mNRaWeIlZMePd9Jk",
+ "artist": "Sunidhi Chauhan"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739ac709b94022896013465886",
+ "name": "Saturday Sun",
+ "id": "2RiBogNRfulkNf7fVbPOrJ",
+ "artist": "Vance Joy"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273173a36a54fd89a650240ceac",
+ "name": "Mann Bharryaa 2.0 (From \"Shershaah\")",
+ "id": "3jf5303mzzJ96O8xFTcEn4",
+ "artist": "B Praak"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a3f0e9f20bfbdd1ab8752e39",
+ "name": "\u00c0 quoi \u00e7a sert - Remasteris\u00e9 en 2016",
+ "id": "1iazg3Bbpj0iawxEIWZ0Ij",
+ "artist": "Fran\u00e7oise Hardy"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bbc2ac628f52cd6127e20bfa",
+ "name": "\u3086\u3081\u3046\u3064\u3064",
+ "id": "1GTC0DN9LGOdP0NdvoHyX7",
+ "artist": "Lamp"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735815d1c8cd5058107eef3d72",
+ "name": "Mere Khayalon Ki Malika (From \"Josh\")",
+ "id": "67wuqsKi5LZOBAtTLzeK8g",
+ "artist": "Abhijeet"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27392cc21b3b1386ef3c810894d",
+ "name": "Dua Karo",
+ "id": "18YDYRBEh6ZVNv4rPfKYg7",
+ "artist": "Arijit Singh"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ea3378bc52d2429022ec999e",
+ "name": "Subah Ke Taare",
+ "id": "05RINYIfGyHmlCNu1Z8TWv",
+ "artist": "Lucky Ali"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e3349b804e1643df2ac3f0e4",
+ "name": "Chhil Gaye Naina",
+ "id": "4NEamgt4IBFYyqwgdf0Y6B",
+ "artist": "Kanika Kapoor"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273072ee3169fe62a71c5b0a37e",
+ "name": "Milatoh (Electro Mix)",
+ "id": "6YBgXwok61x4Jwz2gjXb1Q",
+ "artist": "Ravindra Upadhyay"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737a4781629469bb83356cd318",
+ "name": "TV",
+ "id": "3GYlZ7tbxLOxe6ewMNVTkw",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273528fe17315330515d7fc962f",
+ "name": "Ishwar Allah",
+ "id": "7Hc06FwYu6ol6YACOCwD6q",
+ "artist": "Sujatha"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273657b4d459efd207712f10866",
+ "name": "Suzume No Tojimari - 8D Audio",
+ "id": "29Mqpr2cw0FlY0wQBV05bF",
+ "artist": "(((())))"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733becea63470760bb6be69ac0",
+ "name": "Hoist the Colours - Bass Singers Version",
+ "id": "6osGEhJCyLbneXgpcpKlUW",
+ "artist": "Bobby Bass"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273b55ed804149fffbb5e35ff34",
+ "name": "Chandelier",
+ "id": "2s1sdSqGcKxpPr5lCl7jAV",
+ "artist": "Sia"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733d92b2ad5af9fbc8637425f0",
+ "name": "Trouble",
+ "id": "0R8P9KfGJCDULmlEoBagcO",
+ "artist": "Coldplay"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738c2d31f479ac920d945a2fb4",
+ "name": "Nobody Knows",
+ "id": "1FPat9MxjcvQNvhuVuBcmQ",
+ "artist": "Autograf"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273c2504e80ba2f258697ab2954",
+ "name": "golden hour",
+ "id": "5odlY52u43F5BjByhxg7wg",
+ "artist": "JVKE"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273048bf7d2a04df36193ccd9a2",
+ "name": "3 1 0 7 (feat. Duongg & N\u00e2u)",
+ "id": "5uyNAX6MazVAjBjVeOsTvp",
+ "artist": "W/N"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737d75fb1f269e77ed8c3e0e7a",
+ "name": "Tere Bina Zindagi Se",
+ "id": "0RyjGI319bCbwmn5R2xeUf",
+ "artist": "Sanam"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e2e352d89826aef6dbd5ff8f",
+ "name": "Sunflower - Spider-Man: Into the Spider-Verse",
+ "id": "3KkXRkHbMCARz0aVfEt68P",
+ "artist": "Post Malone"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bfedccaca3c8425fdc0a7c73",
+ "name": "How Do I Say Goodbye",
+ "id": "5hnGrTBaEsdukpDF6aZg8a",
+ "artist": "Dean Lewis"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27360a89b781c62ffe2136e4396",
+ "name": "Memories",
+ "id": "5UXJzLFdBn6u9FJTCnoHrH",
+ "artist": "Conan Gray"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273925b6102fc5edac08ec995b5",
+ "name": "Little Do You Know",
+ "id": "1almCHdsfikRPfVB9VrEdT",
+ "artist": "Alex & Sierra"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738e9f43f328f9c92ecfed5da5",
+ "name": "Nothing on You",
+ "id": "2A5YAFeEwGi7KlGMYRf5dX",
+ "artist": "B.o.B"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27399e62c18fc16a98a9516023c",
+ "name": "D\u017eanum",
+ "id": "2fF8V1O1i1Y8s06FmJHJlz",
+ "artist": "Teya Dora"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734736fefa225d5a5e33f53bc2",
+ "name": "Lullaby of Woe",
+ "id": "6Q2EnUXSRof4XCPO3bwfZH",
+ "artist": "Ashley Serena"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736f5230d507b44f7b8a0e2515",
+ "name": "My Mother Told Me",
+ "id": "3H5ZmJUfYEqN748KC7SIED",
+ "artist": "Alina Gingertail"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273820f8d16338c44f3adf864f7",
+ "name": "A Narnia Lullaby",
+ "id": "03pWkKJjo8ATe0z4SWGzyd",
+ "artist": "Harry Gregson-Williams"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bcf6d999338f72005c8522a7",
+ "name": "Deep End",
+ "id": "6HlE9t71z9DjGi7KqSyEpA",
+ "artist": "Foushe\u00e9"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273290e72d26f171f9d7b82d2bb",
+ "name": "Somewhere Only We Know",
+ "id": "7u17EhUM7FP082lR7NB2cP",
+ "artist": "Gustixa"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739478c87599550dd73bfa7e02",
+ "name": "Hollywood's Bleeding",
+ "id": "7sWRlDoTDX8geTR8zzr2vt",
+ "artist": "Post Malone"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca",
+ "name": "Hey, Soul Sister",
+ "id": "4HlFJV71xXKIGcU3kRyttv",
+ "artist": "Train"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731254be4f99428332aeccb647",
+ "name": "Fly",
+ "id": "2mvvEl5ss3joqZZGlFS74x",
+ "artist": "Zatrix"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27354e544672baa16145d67612b",
+ "name": "Phir Se Ud Chala",
+ "id": "1kcV2LJxt5v0s2cEGtEJ5i",
+ "artist": "Mohit Chauhan"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273bc797cb1520d28733586fb35",
+ "name": "Waqt Ki Baatein",
+ "id": "0cJTjTH3XVTTJh8F4Uq1db",
+ "artist": "Dream Note"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737704566a51ab17c885221bde",
+ "name": "Your Eyes",
+ "id": "5pebgx4IJ5YvZH2sYOHDRf",
+ "artist": "Barney Sku"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27309426d9ae9d8d981735ebc5e",
+ "name": "Ranjha (From \"Shershaah\")",
+ "id": "72zHuDxFQTjbL51qJQSA7j",
+ "artist": "Jasleen Royal"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739015cb1108929d137daeaa4d",
+ "name": "Whenever, Wherever",
+ "id": "1aOmguVejTHGDMmXjNpSPo",
+ "artist": "Shakira"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730af4476af141051c728ee8b9",
+ "name": "golden hour",
+ "id": "4yNk9iz9WVJikRFle3XEvn",
+ "artist": "JVKE"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732118bf9b198b05a95ded6300",
+ "name": "Set Fire to the Rain",
+ "id": "73CMRj62VK8nUS4ezD2wvi",
+ "artist": "Adele"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d5d74dc15f88ec6e02c7378d",
+ "name": "Bad Day",
+ "id": "0mUyMawtxj1CJ76kn9gIZK",
+ "artist": "Daniel Powter"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735f1f51d14e8bea89484ecd1b",
+ "name": "Numb",
+ "id": "2nLtzopw4rPReszdYBJU6h",
+ "artist": "Linkin Park"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731376b4b16f4bfcba02dc571b",
+ "name": "Treat You Better",
+ "id": "3QGsuHI8jO1Rx4JWLUh9jd",
+ "artist": "Shawn Mendes"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e14f11f796cef9f9a82691a7",
+ "name": "Wake Me Up",
+ "id": "0nrRP2bk19rLc0orkWPQk2",
+ "artist": "Avicii"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273c4576f635253db511bb43789",
+ "name": "Only Love Can Hurt Like This",
+ "id": "62ke5zFUJN6RvtXZgVH0F8",
+ "artist": "Paloma Faith"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738cb690f962092fd44bbe2bf4",
+ "name": "Time is Running Out",
+ "id": "2takcwOaAZWiXQijPHIx7B",
+ "artist": "Muse"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27328933b808bfb4cbbd0385400",
+ "name": "Knights of Cydonia",
+ "id": "7ouMYWpwJ422jRcDASZB7P",
+ "artist": "Muse"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737b9639babbe96e25071ec1d4",
+ "name": "Before You Go",
+ "id": "2gMXnyrvIjhVBUZwvLZDMP",
+ "artist": "Lewis Capaldi"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ea3ef7697cfd5705b8f47521",
+ "name": "Mercy",
+ "id": "0AS63m1wHv9n4VVRizK6Hc",
+ "artist": "Shawn Mendes"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ea3d0b6716ef1b010c2f4835",
+ "name": "No Wind Resistance!",
+ "id": "5zgkOLH6HfY5w8thZoS2jP",
+ "artist": "Kinneret"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273eb034e1b6f184377ea92965a",
+ "name": "Zombie",
+ "id": "1vNoA9F5ASnlBISFekDmg3",
+ "artist": "Bad Wolves"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731d012f00fb8407310ad41f66",
+ "name": "Apologize (Nightcore)",
+ "id": "1iFHImYoK5WPrd2xUt9Rv7",
+ "artist": "Syrex"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273fc9511f26808c1eee73b414d",
+ "name": "World's Smallest Violin",
+ "id": "3jHBgKdLCf46aP3HRI0WYv",
+ "artist": "AJR"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27383efaff4e5a33c06883202a2",
+ "name": "Cry Me A River",
+ "id": "3cfzDDUaIydvRN0txCJQ3f",
+ "artist": "Peaceful Melody"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273346a5742374ab4cf9ed32dee",
+ "name": "Cry Me a River",
+ "id": "7Lf7oSEVdzZqTA0kEDSlS5",
+ "artist": "Justin Timberlake"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737d006c07ddd1dd03a2518524",
+ "name": "Mockingbird",
+ "id": "4TSVopwAWfNYdrz3XrrRSd",
+ "artist": "fenekot"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273da6f73a25f4c79d0e6b4a8bd",
+ "name": "Bad Liar",
+ "id": "2RSHsoi04658QL5xgQVov3",
+ "artist": "Imagine Dragons"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273c60473419a4ce96822541181",
+ "name": "Hold On",
+ "id": "5vjLSffimiIP26QG5WcN2K",
+ "artist": "Chord Overstreet"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273dd8408b50f45c66139f44ce2",
+ "name": "Hall of Fame (feat. will.i.am)",
+ "id": "1X1DWw2pcNZ8zSub3uhlNz",
+ "artist": "The Script"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273c4fee55d7b51479627c31f89",
+ "name": "Creepin' (with The Weeknd & 21 Savage)",
+ "id": "2dHHgzDwk4BJdRwy9uXhTO",
+ "artist": "Metro Boomin"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d7fb3e4c63020039d1cff6b2",
+ "name": "Young And Beautiful",
+ "id": "2nMeu6UenVvwUktBCpLMK9",
+ "artist": "Lana Del Rey"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2738e615140a7387167a6ae070f",
+ "name": "Geronimo",
+ "id": "64AxL9enXcTGTTbD4bytlx",
+ "artist": "So You Say"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27355b094b01ca58e4d1800a402",
+ "name": "Ho Hey",
+ "id": "0W4Kpfp1w2xkY3PrV714B7",
+ "artist": "The Lumineers"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273dbb3dd82da45b7d7f31b1b42",
+ "name": "Stan",
+ "id": "3UmaczJpikHgJFyBTAJVoz",
+ "artist": "Eminem"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273b55b812cba82ef94fdcb598c",
+ "name": "No Friends",
+ "id": "4U7G8dgUodMEVSv96QRcDb",
+ "artist": "CADMIUM"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737b25c072237f29ee50025fdc",
+ "name": "You Belong With Me",
+ "id": "3GCL1PydwsLodcpv0Ll1ch",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d9cb448f74614dd0cc3521a9",
+ "name": "Red Swan - TV Edit -",
+ "id": "3qpNyeV4wr3YeCVfrosVyN",
+ "artist": "Yoshiki"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731d6cc4386499c4be0a18e0b5",
+ "name": "Kho Gaye Hain Wo",
+ "id": "6tf37zx3jaTzgS9pFjOQa2",
+ "artist": "Harpreet"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e1d47c00ddecbfb810c807ed",
+ "name": "Somebody That I Used To Know",
+ "id": "4wCmqSrbyCgxEXROQE6vtV",
+ "artist": "Gotye"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273df7c14e866cf14a259563ca1",
+ "name": "Fearless Pt. II",
+ "id": "4y1nvncvBhdoelqPMyXxis",
+ "artist": "Lost Sky"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ef5c4d1b49aa500905423be3",
+ "name": "BREAK MY SOUL",
+ "id": "2KukL7UlQ8TdvpaA7bY3ZJ",
+ "artist": "Beyonc\u00e9"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d807dd713cdfbeed142881e2",
+ "name": "Eleanor Rigby",
+ "id": "6EOKwO6WaLal58MSsi6U4W",
+ "artist": "The Beatles"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27384c53fa832dfa265192419c5",
+ "name": "Mood (feat. iann dior)",
+ "id": "4jPy3l0RUwlUI9T5XHBW2m",
+ "artist": "24kGoldn"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27334362676667a4322838ccc97",
+ "name": "I Like You (A Happier Song) (with Doja Cat)",
+ "id": "0O6u0VJ46W86TxN9wgyqDj",
+ "artist": "Post Malone"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732ae27cc6d91ecd074807db6d",
+ "name": "Nobody Knows",
+ "id": "7A0FGrZsLgOUmeNtMTnt4z",
+ "artist": "The Lumineers"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273dcbc2fec689197ce3495c078",
+ "name": "Hai Katha Sangram Ki",
+ "id": "62k0KcwOSbDrMnNubGg8Lj",
+ "artist": "SS Animations"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273459d675aa0b6f3b211357370",
+ "name": "Let Me Down Slowly",
+ "id": "2qxmye6gAegTMjLKEBoR3d",
+ "artist": "Alec Benjamin"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27353a2e11c1bde700722fecd2e",
+ "name": "MIDDLE OF THE NIGHT",
+ "id": "58HvfVOeJY7lUuCqF0m3ly",
+ "artist": "Elley Duh\u00e9"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e0f2af91be409aad81bba98c",
+ "name": "Bored",
+ "id": "04sN26COy28wTXYj3dMoiZ",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27343b5ed9b8de29d5ac50ccd40",
+ "name": "Battle For Glory",
+ "id": "5PnQ0dOV8z4ZroU6zx27lk",
+ "artist": "Charlotte Churchman"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273a9897f65d1ead1be10a51e3f",
+ "name": "Infinity",
+ "id": "1SOClUWhOi8vHZYMz3GluK",
+ "artist": "Jaymes Young"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737a4781629469bb83356cd318",
+ "name": "The 30th",
+ "id": "5SHpuW2qjkQtFRpE6P9Nks",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733e082d95832d0ee56241b8ce",
+ "name": "Bella Ciao - Versi\u00f3n Lenta de la M\u00fasica Original de la Serie la Casa de Papel / Money Heist",
+ "id": "3BsUcp4CFmJh39OKP4qbLx",
+ "artist": "Manu Pilas"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273dfcfdad89c52c2ffdd5136ab",
+ "name": "commas",
+ "id": "3CV5fTPdh7g5XOwjeXGmDJ",
+ "artist": "mike."
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735980cda6de8365d077f34a5e",
+ "name": "Mr. Lonely",
+ "id": "5KG2ahk1cONbHvg3dBdTbx",
+ "artist": "Bobby Vinton"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730b51f8d91f3a21e8426361ae",
+ "name": "Back In Black",
+ "id": "08mG3Y1vljYA6bvDt4Wqkj",
+ "artist": "AC/DC"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27342859c496ab80d9867ef21b6",
+ "name": "Let Her Go",
+ "id": "1KxwZYyzWNyZSRyErj2ojT",
+ "artist": "Passenger"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
+ "name": "august",
+ "id": "3hUxzQpSfdDqwM3ZTFQY0K",
+ "artist": "Taylor Swift"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273754b2fddebe7039fdb912837",
+ "name": "Unstoppable",
+ "id": "1yvMUkIOTeUNtNWlWRgANS",
+ "artist": "Sia"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736b8c560e5119b80854ec11aa",
+ "name": "Angel With A Shotgun",
+ "id": "0AdNthpY5nOB70TJ3OxCt6",
+ "artist": "Ericovich"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273da50894e074ecd5ce61de0a1",
+ "name": "Safarnama",
+ "id": "6w458kA8WOAIZr1ublxnK9",
+ "artist": "Lucky Ali"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27390a50cfe99a4c19ff3cbfbdb",
+ "name": "Immigrant Song - Remaster",
+ "id": "78lgmZwycJ3nzsdgmPPGNx",
+ "artist": "Led Zeppelin"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731f4dd0b239e64dec4154a467",
+ "name": "Fairytale",
+ "id": "5MHJfk2EAZtJGrpioarm95",
+ "artist": "Alexander Rybak"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273fe8fbfb90a20a9c725714709",
+ "name": "Running Up That Hill (A Deal with God)",
+ "id": "6VfKhnmbqCj14zcjZNjZTk",
+ "artist": "Kate Bush"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2731a2e4290b83a4c810d019fcd",
+ "name": "Courtesy Call",
+ "id": "0AOmbw8AwDnwXhHC3OhdVB",
+ "artist": "Thousand Foot Krutch"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27379909cff4419fcebfcba74a1",
+ "name": "Bella ciao",
+ "id": "3NwVga1qCZ6TgJ8RVcBbKD",
+ "artist": "Modena City Ramblers"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739f998eeb937268e3ce96b4f2",
+ "name": "Saugandh Mujhe Iss Mitti Ki",
+ "id": "6FJZsvuxo1q8fwXWcZN6TX",
+ "artist": "Sukhwinder Singh"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273dab04a069439d077d96afd3f",
+ "name": "Yaro Yarodi",
+ "id": "4ra6Vnyv8wMexnhIdp3Lsb",
+ "artist": "Mahalakshmi Iyer"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27365b64302f73bed0e46ffa105",
+ "name": "Turn It Up",
+ "id": "0eDI4488gNLeA7pssOZHOD",
+ "artist": "Armin van Buuren"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733d7eddd9401e833c32809674",
+ "name": "Wolf River",
+ "id": "6ZmfA7VqjrH3NlmGdKSqCl",
+ "artist": "Reignwolf"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2739f0d922d66ea5cd8649960f0",
+ "name": "First Battle",
+ "id": "55LAkSmwlbv3MY0sT0SQ7F",
+ "artist": "Ramin Djawadi"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273addf1b60ed6e2f39dcf054b4",
+ "name": "Mephisto's Lullaby",
+ "id": "4qS7oSrVKcLRXpOIhfRyGH",
+ "artist": "Xtortion Audio"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27365d44c21dd261a89fd24d50f",
+ "name": "Haaye Oye (feat. Ash King)",
+ "id": "0oukMLKedsqQ3ltnI2daRO",
+ "artist": "QARAN"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736399d422028038b909dff48b",
+ "name": "Little Things",
+ "id": "0awKSn8GziBuAXDeHp2Bm8",
+ "artist": "Adri\u00e1n Berenguer"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737078e7589d48736df2669cb4",
+ "name": "Tiptoe Through the Tulips Type Beat",
+ "id": "1gcteDAfye8lp4KKzqf1EZ",
+ "artist": "Ne Skazhu"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735db9a5994534b00e3ece84a9",
+ "name": "Usure Pogudhey",
+ "id": "5jOi67yXzjpMdl6KFNWSIe",
+ "artist": "A.R. Rahman"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273840479854619c21015b2eccc",
+ "name": "Titanium",
+ "id": "3Lp3nA3GZ9kgLg3yoqJ4NX",
+ "artist": "Madilyn Bailey"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27350a3147b4edd7701a876c6ce",
+ "name": "all the good girls go to hell",
+ "id": "6IRdLKIyS4p7XNiP8r6rsx",
+ "artist": "Billie Eilish"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273293f1a18db101a30895fc863",
+ "name": "IG Comments Song",
+ "id": "6pIOydA6UqJZYTo9n9YFfA",
+ "artist": "Soran"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273013314e9861a2c4a796b2176",
+ "name": "Magic In The Hamptons (feat. Lil Yachty)",
+ "id": "2Yer0p7uB2lVBUAtANuuQp",
+ "artist": "Social House"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273007759a309e7364ffc5f664a",
+ "name": "Ok Jaanu Title Track",
+ "id": "7a77VY7mjvK6EiaBeOosmk",
+ "artist": "A.R. Rahman"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273aedd0ee1a89b21cd9da5c9b3",
+ "name": "The Electro Suite",
+ "id": "7MyNaeme4s4l9MfBjRHRe6",
+ "artist": "Hans Zimmer"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27328079cbb812199a40c64d37a",
+ "name": "Manike Mage Hithe",
+ "id": "5JO2usoem1CW1pLL1kLj9E",
+ "artist": "Chamath Sangeeth"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273b714cbbf1491280b3e3ffac1",
+ "name": "Hymne",
+ "id": "2iqrFoOyhy0ggd0CVN3Mpb",
+ "artist": "ERA"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d1937fa91b1713b86fa1f225",
+ "name": "La C\u00e2lin",
+ "id": "2nLeVfLE8t3hzHhXkZ6Ez2",
+ "artist": "Serhat Durmus"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ab9d1ae18b640b7b0ce390d4",
+ "name": "Heat Waves",
+ "id": "6CDzDgIUqeDY5g8ujExx2f",
+ "artist": "Glass Animals"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273886ff9882f35c82d652a9cf5",
+ "name": "feel like shit",
+ "id": "2EBnvom1dTybtm75a3Xh1T",
+ "artist": "Tate McRae"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273b425c9dadc417923e894eb59",
+ "name": "Saudebazi (Encore)",
+ "id": "1tPPINau3vBP8Q89JTn0ER",
+ "artist": "Pritam"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27335d8a18e284344886486f44f",
+ "name": "Baaraat",
+ "id": "0YLSjVxSb5FT1Bo8Tnxr8j",
+ "artist": "Ritviz"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27338ae019584adbfadb10dd8f8",
+ "name": "Udd Gaye - Bacardi House Party Sessions",
+ "id": "6wZJsut8fjiWiMPaccRAOX",
+ "artist": "Ritviz"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273ffe7d26c10ff0a32aeea2dc3",
+ "name": "Rise",
+ "id": "3u1S1OmAUhx5DRlLrXqyp3",
+ "artist": "Jonas Blue"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273edd8d5b5476ea3c4dda7b700",
+ "name": "Silent Cat",
+ "id": "5A0sUMilD9HyM3UvMWk3zA",
+ "artist": "K Siya"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736f6cd9718ce20933c3e12a87",
+ "name": "Bunny Girl Senpai - Drill Remix",
+ "id": "4n6yeyzvSzMbgoIPZQzJEB",
+ "artist": "TuneCity"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f1d55430b3665f492bd003b5",
+ "name": "W moim ogr\u00f3decku (WOT - Studzianki)",
+ "id": "4I1WFcilr4jyiEcJmyrGcX",
+ "artist": "Alina Gingertail"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2733e7e7a06ef941871a2f51135",
+ "name": "Toss A Coin To Your Witcher",
+ "id": "2KMLGJ1mPfRE4GNdL92rl3",
+ "artist": "Sonya Belousova"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2735675e83f707f1d7271e5cf8a",
+ "name": "Thunder",
+ "id": "1zB4vmk8tFRmM9UULNzbLB",
+ "artist": "Imagine Dragons"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e8399ed11dfc2c8d0a877c29",
+ "name": "Naruto Blue Bird",
+ "id": "3GA69JU3MHms88IFbZCiRV",
+ "artist": "SUSHI"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273aefd88c6793b26679a570036",
+ "name": "I Built A Friend (2020)",
+ "id": "68XhCrBajUR64h6wv4eYYW",
+ "artist": "Alec Benjamin"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736ba1cffc9b2c5469503430b3",
+ "name": "Hurricane",
+ "id": "0RbW8kWozrVSIGb4V13o0o",
+ "artist": "Kanye West"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732506c6f09ef335198c77e464",
+ "name": "Pembe Mezarl\u0131k",
+ "id": "2q2uKIUC8wycTQt0183M40",
+ "artist": "Model"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27346557fdc7325844aa2177155",
+ "name": "In The End - Mellen Gi Remix",
+ "id": "5rAUZy2eDdegBxUVYxePK2",
+ "artist": "Tommee Profitt",
+ "url": "https://open.spotify.com/track/5rAUZy2eDdegBxUVYxePK2?si=f57fef9d11c04921"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2732a038d3bf875d23e4aeaa84e",
+ "name": "Happier Than Ever",
+ "id": "4RVwu0g32PAqgUiJoXsdF8",
+ "artist": "Billie Eilish",
+ "url": "https://open.spotify.com/track/4RVwu0g32PAqgUiJoXsdF8?si=c4e9c7b69d8f4080"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2737870762a58313ad6f981d664",
+ "name": "Wake Up",
+ "id": "6Hmj7SrLRbreLVfVS7mV1S",
+ "artist": "Arcade Fire",
+ "url": "https://open.spotify.com/track/6Hmj7SrLRbreLVfVS7mV1S?si=0cebc1c168ac4673"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273eadcdb5af2bc17655ba73304",
+ "name": "What's Up Danger (with Black Caviar)",
+ "id": "7MQFT6sNd2S340HoX5pII6",
+ "artist": "Blackway",
+ "url": "https://open.spotify.com/track/7MQFT6sNd2S340HoX5pII6?si=cdb04ad9d0564042"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2734718e2b124f79258be7bc452",
+ "name": "Die For You",
+ "id": "2Ch7LmS7r2Gy2kc64wv3Bz",
+ "artist": "The Weeknd",
+ "url": "https://open.spotify.com/track/2Ch7LmS7r2Gy2kc64wv3Bz?si=198167565cbf4663"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27343e531d5f69170aba281ef43",
+ "name": "Monster",
+ "id": "2UREu1Y8CO4jXkbvqAtP7g",
+ "artist": "Skillet",
+ "url": "https://open.spotify.com/track/2UREu1Y8CO4jXkbvqAtP7g?si=fe53e684746d4731"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e452a6e11147f3e56aee6f5b",
+ "name": "Aararaari Raaro",
+ "id": "4bvHCjknZC3evn7NthBZVt",
+ "artist": "Anirudh Ravichander",
+ "url": "https://open.spotify.com/track/4bvHCjknZC3evn7NthBZVt?si=41cb65b179824c06"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273f7b7174bef6f3fbfda3a0bb7",
+ "name": "No Time To Die",
+ "id": "73SpzrcaHk0RQPFP73vqVR",
+ "artist": "Billie Eilish",
+ "url": "https://open.spotify.com/track/73SpzrcaHk0RQPFP73vqVR?si=afd067059b444ae8"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273086334217996ebabea5bef33",
+ "name": "Kyun Main Jaagoon",
+ "id": "6wsMVa2M6Ktea2UbnVoMvO",
+ "artist": "Shafqat Amanat Ali",
+ "url": "https://open.spotify.com/track/6wsMVa2M6Ktea2UbnVoMvO?si=Cpy9XMjTSwKEQe9a"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b27354e544672baa16145d67612b",
+ "name": "Jo Bhi Main",
+ "id": "2MmAYegcUty1DmG0Gw7AMh",
+ "artist": "Mohit Chauhan",
+ "url": "https://open.spotify.com/track/2MmAYegcUty1DmG0Gw7AMh?si=ce84c8e6c7764a1f"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730f431c71dd2ac4dafc0c828f",
+ "name": "Maa",
+ "id": "4SuA85PaD8GFTPYwKNYDe1",
+ "artist": "Shankar Mahadevan",
+ "url": "https://open.spotify.com/track/4SuA85PaD8GFTPYwKNYDe1?si=cc19e466b89649fc"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273d304ba2d71de306812eebaf4",
+ "name": "Night Changes",
+ "id": "5O2P9iiztwhomNh8xkR9lJ",
+ "artist": "One Direction",
+ "url": "https://open.spotify.com/track/5O2P9iiztwhomNh8xkR9lJ?si=7c94c4e6cd6845aa"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273e7f1ff44b74df429307f4164",
+ "name": "Zindagi Kuch Toh Bata (Reprise)",
+ "id": "6TGX01ExmdHyOG72fqUU3Q",
+ "artist": "Pritam",
+ "url": "https://open.spotify.com/track/6TGX01ExmdHyOG72fqUU3Q?si=420ea8fe1be74d1b"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2730acb5a72549287bf33b51b71",
+ "name": "Senorita",
+ "id": "3TAhWtQnpoL5Vl9VQPl9fU",
+ "artist": "Farhan Akhtar",
+ "url": "https://open.spotify.com/track/3TAhWtQnpoL5Vl9VQPl9fU?si=1d4dbf5994f24fd6"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b2736a942b2b8ec9c67ef5512287",
+ "name": "Manja",
+ "id": "6o1o5SVSqVPLKAnZxRQz4x",
+ "artist": "Amit Trivedi",
+ "url": "https://open.spotify.com/track/6o1o5SVSqVPLKAnZxRQz4x?si=f50e2794aeaa4707"
+ },
+ {
+ "image": "https://i.scdn.co/image/ab67616d0000b273118be9c812b6bc1d979827ae",
+ "name": "Sajde",
+ "id": "7kiZ6Zf66oX6yMovt3gC1a",
+ "artist": "Shankar-Ehsaan-Loy",
+ "url": "https://open.spotify.com/track/7kiZ6Zf66oX6yMovt3gC1a?si=8cf352c791db421e"
+ }
+]