Spotify Scraper

ENDPOINTS
GET/tracks/radio

Track Radio

Get the tracks of a song's radio, Spotify's auto-generated mix.

QUERY PARAMS

Spotify track ID, URI or open.spotify.com track link.

Examples:

  • ID: 0VjIjW4GlUZAMYd2vXMi3b
  • URI: spotify:track:0VjIjW4GlUZAMYd2vXMi3b
  • URL: https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3b

Page number.

Default: 1

Allowed values: 1-1000

Results per page.

Default: 50

Allowed values: 1-100

{
  "count": 50,
  "per_page": 50,
  "current_page": 1,
  "total_pages": 1,
  "next": null,
  "previous": null,
  "seed": {
    "type": "track",
    "id": "0VjIjW4GlUZAMYd2vXMi3b",
    "link": "https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3b"
  },
  "playlist": {
    "id": "37i9dQZF1E8UXBoz02kGID",
    "name": "Blinding Lights Radio",
    "link": "https://open.spotify.com/playlist/37i9dQZF1E8UXBoz02kGID",
    "total_items": 50
  },
  "results": [
    {
      "position": 1,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "0VjIjW4GlUZAMYd2vXMi3b",
        "name": "Blinding Lights",
        "link": "https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3b",
        "track_number": 9,
        "disc_number": 1,
        "duration_ms": 200040,
        "duration_text": "3:20",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 5594126973,
        "artists": [
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "4yP0hdKOZPNshxUOjY0cZj",
          "name": "After Hours",
          "link": "https://open.spotify.com/album/4yP0hdKOZPNshxUOjY0cZj",
          "release_date": "2020-03-20",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2738863bc11d2aa12b54f5aeb36",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e028863bc11d2aa12b54f5aeb36",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048518863bc11d2aa12b54f5aeb36",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 2,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "0VO8gYVDSwM1Qdd2GsMoYK",
        "name": "Moth To A Flame (with The Weeknd)",
        "link": "https://open.spotify.com/track/0VO8gYVDSwM1Qdd2GsMoYK",
        "track_number": 4,
        "disc_number": 1,
        "duration_ms": 234000,
        "duration_text": "3:54",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1539522852,
        "artists": [
          {
            "id": "1h6Cn3P4NGzXbaXidqURXs",
            "name": "Swedish House Mafia",
            "link": "https://open.spotify.com/artist/1h6Cn3P4NGzXbaXidqURXs"
          },
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "2Dbe9L757CSQbhnbW5PVSH",
          "name": "Paradise Again",
          "link": "https://open.spotify.com/album/2Dbe9L757CSQbhnbW5PVSH",
          "release_date": "2022-04-15",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273bd6f8ac82dc5fe1028c14f7d",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02bd6f8ac82dc5fe1028c14f7d",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851bd6f8ac82dc5fe1028c14f7d",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 3,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3PfIrDoz19wz7qK7tYeu62",
        "name": "Don't Start Now",
        "link": "https://open.spotify.com/track/3PfIrDoz19wz7qK7tYeu62",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 183290,
        "duration_text": "3:03",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3323864782,
        "artists": [
          {
            "id": "6M2wZ9GZgrQXHCFfjv46we",
            "name": "Dua Lipa",
            "link": "https://open.spotify.com/artist/6M2wZ9GZgrQXHCFfjv46we"
          }
        ],
        "album": {
          "id": "7fJJK56U9fHixgO0HQkhtI",
          "name": "Future Nostalgia",
          "link": "https://open.spotify.com/album/7fJJK56U9fHixgO0HQkhtI",
          "release_date": "2020-03-27",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273c88bae7846e62a8ba59ee0bd",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02c88bae7846e62a8ba59ee0bd",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851c88bae7846e62a8ba59ee0bd",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 4,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2dHHgzDwk4BJdRwy9uXhTO",
        "name": "Creepin' (with The Weeknd & 21 Savage)",
        "link": "https://open.spotify.com/track/2dHHgzDwk4BJdRwy9uXhTO",
        "track_number": 10,
        "disc_number": 1,
        "duration_ms": 221520,
        "duration_text": "3:41",
        "is_explicit": true,
        "is_playable": true,
        "has_video": false,
        "playcount": 1826537996,
        "artists": [
          {
            "id": "0iEtIxbK0KxaSlF7G42ZOp",
            "name": "Metro Boomin",
            "link": "https://open.spotify.com/artist/0iEtIxbK0KxaSlF7G42ZOp"
          },
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          },
          {
            "id": "1URnnhqYAYcrqrcwql10ft",
            "name": "21 Savage",
            "link": "https://open.spotify.com/artist/1URnnhqYAYcrqrcwql10ft"
          }
        ],
        "album": {
          "id": "7txGsnDSqVMoRl6RQ9XyZP",
          "name": "HEROES & VILLAINS",
          "link": "https://open.spotify.com/album/7txGsnDSqVMoRl6RQ9XyZP",
          "release_date": "2022-12-02",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273c4fee55d7b51479627c31f89",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02c4fee55d7b51479627c31f89",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851c4fee55d7b51479627c31f89",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 5,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6UelLqGlWMcVH1E5c4H7lY",
        "name": "Watermelon Sugar",
        "link": "https://open.spotify.com/track/6UelLqGlWMcVH1E5c4H7lY",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 173991,
        "duration_text": "2:53",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3398863788,
        "artists": [
          {
            "id": "6KImCVD70vtIoJWnq6nGn3",
            "name": "Harry Styles",
            "link": "https://open.spotify.com/artist/6KImCVD70vtIoJWnq6nGn3"
          }
        ],
        "album": {
          "id": "7xV2TzoaVc0ycW7fwBwAml",
          "name": "Fine Line",
          "link": "https://open.spotify.com/album/7xV2TzoaVc0ycW7fwBwAml",
          "release_date": "2019-12-13",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27325180571abce9472f61bd722",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0225180571abce9472f61bd722",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485125180571abce9472f61bd722",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 6,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "7MXVkk9YMctZqd1Srtv4MB",
        "name": "Starboy",
        "link": "https://open.spotify.com/track/7MXVkk9YMctZqd1Srtv4MB",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 230453,
        "duration_text": "3:50",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 4760340949,
        "artists": [
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          },
          {
            "id": "4tZwfgrHOc3mvqYlEYSvVi",
            "name": "Daft Punk",
            "link": "https://open.spotify.com/artist/4tZwfgrHOc3mvqYlEYSvVi"
          }
        ],
        "album": {
          "id": "2ODvWsOgouMbaA5xf0RkJe",
          "name": "Starboy",
          "link": "https://open.spotify.com/album/2ODvWsOgouMbaA5xf0RkJe",
          "release_date": "2016-11-25",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2734718e2b124f79258be7bc452",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e024718e2b124f79258be7bc452",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048514718e2b124f79258be7bc452",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 7,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "0RiRZpuVRbi7oqRdSMwhQY",
        "name": "Sunflower - Spider-Man: Into the Spider-Verse",
        "link": "https://open.spotify.com/track/0RiRZpuVRbi7oqRdSMwhQY",
        "track_number": 12,
        "disc_number": 1,
        "duration_ms": 157560,
        "duration_text": "2:37",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 4464022768,
        "artists": [
          {
            "id": "246dkjvS1zLTtiykXe5h60",
            "name": "Post Malone",
            "link": "https://open.spotify.com/artist/246dkjvS1zLTtiykXe5h60"
          },
          {
            "id": "1zNqQNIdeOUZHb8zbZRFMX",
            "name": "Swae Lee",
            "link": "https://open.spotify.com/artist/1zNqQNIdeOUZHb8zbZRFMX"
          }
        ],
        "album": {
          "id": "4g1ZRSobMefqF6nelkgibi",
          "name": "Hollywood's Bleeding",
          "link": "https://open.spotify.com/album/4g1ZRSobMefqF6nelkgibi",
          "release_date": "2019-09-06",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2739478c87599550dd73bfa7e02",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e029478c87599550dd73bfa7e02",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048519478c87599550dd73bfa7e02",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 8,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6v3KW9xbzN5yKLt9YKDYA2",
        "name": "Señorita",
        "link": "https://open.spotify.com/track/6v3KW9xbzN5yKLt9YKDYA2",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 190799,
        "duration_text": "3:10",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3422156740,
        "artists": [
          {
            "id": "7n2wHs1TKAczGzO7Dd2rGr",
            "name": "Shawn Mendes",
            "link": "https://open.spotify.com/artist/7n2wHs1TKAczGzO7Dd2rGr"
          },
          {
            "id": "4nDoRrQiYLoBzwC5BhVJzF",
            "name": "Camila Cabello",
            "link": "https://open.spotify.com/artist/4nDoRrQiYLoBzwC5BhVJzF"
          }
        ],
        "album": {
          "id": "0xzScN8P3hQAz3BT3YYX5w",
          "name": "Shawn Mendes (Deluxe)",
          "link": "https://open.spotify.com/album/0xzScN8P3hQAz3BT3YYX5w",
          "release_date": "2019-06-19",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273c820f033bd82bef4355d1563",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02c820f033bd82bef4355d1563",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851c820f033bd82bef4355d1563",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 9,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "567e29TDzLwZwfDuEpGTwo",
        "name": "STAY (with Justin Bieber)",
        "link": "https://open.spotify.com/track/567e29TDzLwZwfDuEpGTwo",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 141805,
        "duration_text": "2:21",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 4077594722,
        "artists": [
          {
            "id": "2tIP7SsRs7vjIcLrU85W8J",
            "name": "The Kid LAROI",
            "link": "https://open.spotify.com/artist/2tIP7SsRs7vjIcLrU85W8J"
          },
          {
            "id": "1uNFoZAHBGtllmzznpCI3s",
            "name": "Justin Bieber",
            "link": "https://open.spotify.com/artist/1uNFoZAHBGtllmzznpCI3s"
          }
        ],
        "album": {
          "id": "576UTio7xgY7YUxrHMzxeI",
          "name": "F*CK LOVE 3+: OVER YOU",
          "link": "https://open.spotify.com/album/576UTio7xgY7YUxrHMzxeI",
          "release_date": "2021-07-27",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273b4d59e6fa7e5e7cbc57ac33a",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02b4d59e6fa7e5e7cbc57ac33a",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851b4d59e6fa7e5e7cbc57ac33a",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 10,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6JIC3hbC28JZKZ8AlAqX8h",
        "name": "Cold Heart - PNAU Remix",
        "link": "https://open.spotify.com/track/6JIC3hbC28JZKZ8AlAqX8h",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 202735,
        "duration_text": "3:22",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2814191593,
        "artists": [
          {
            "id": "3PhoLpVuITZKcymswpck5b",
            "name": "Elton John",
            "link": "https://open.spotify.com/artist/3PhoLpVuITZKcymswpck5b"
          },
          {
            "id": "6M2wZ9GZgrQXHCFfjv46we",
            "name": "Dua Lipa",
            "link": "https://open.spotify.com/artist/6M2wZ9GZgrQXHCFfjv46we"
          },
          {
            "id": "6n28c9qs9hNGriNa72b26u",
            "name": "PNAU",
            "link": "https://open.spotify.com/artist/6n28c9qs9hNGriNa72b26u"
          }
        ],
        "album": {
          "id": "2Gd77sRs3Y8z8V08Hj6EzC",
          "name": "The Lockdown Sessions",
          "link": "https://open.spotify.com/album/2Gd77sRs3Y8z8V08Hj6EzC",
          "release_date": "2021-10-22",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273eb842acacb3238b2bf3b8471",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02eb842acacb3238b2bf3b8471",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851eb842acacb3238b2bf3b8471",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 11,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "5QO79kh1waicV47BqGRL3g",
        "name": "Save Your Tears",
        "link": "https://open.spotify.com/track/5QO79kh1waicV47BqGRL3g",
        "track_number": 11,
        "disc_number": 1,
        "duration_ms": 215626,
        "duration_text": "3:35",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 2841952802,
        "artists": [
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "4yP0hdKOZPNshxUOjY0cZj",
          "name": "After Hours",
          "link": "https://open.spotify.com/album/4yP0hdKOZPNshxUOjY0cZj",
          "release_date": "2020-03-20",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2738863bc11d2aa12b54f5aeb36",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e028863bc11d2aa12b54f5aeb36",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048518863bc11d2aa12b54f5aeb36",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 12,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2Fxmhks0bxGSBdJ92vM42m",
        "name": "bad guy",
        "link": "https://open.spotify.com/track/2Fxmhks0bxGSBdJ92vM42m",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 194087,
        "duration_text": "3:14",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2977490955,
        "artists": [
          {
            "id": "6qqNVTkY8uBg9cP3Jd7DAH",
            "name": "Billie Eilish",
            "link": "https://open.spotify.com/artist/6qqNVTkY8uBg9cP3Jd7DAH"
          }
        ],
        "album": {
          "id": "0S0KGZnfBGSIssfF54WSJh",
          "name": "WHEN WE ALL FALL ASLEEP, WHERE DO WE GO?",
          "link": "https://open.spotify.com/album/0S0KGZnfBGSIssfF54WSJh",
          "release_date": "2019-03-29",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27350a3147b4edd7701a876c6ce",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0250a3147b4edd7701a876c6ce",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485150a3147b4edd7701a876c6ce",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 13,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2vXKRlJBXyOcvZYTdNeckS",
        "name": "Lost in the Fire (feat. The Weeknd)",
        "link": "https://open.spotify.com/track/2vXKRlJBXyOcvZYTdNeckS",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 202093,
        "duration_text": "3:22",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 1361312749,
        "artists": [
          {
            "id": "3hteYQFiMFbJY7wS0xDymP",
            "name": "Gesaffelstein",
            "link": "https://open.spotify.com/artist/3hteYQFiMFbJY7wS0xDymP"
          },
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "0JA38Ekhsv43y2lBj5GQkQ",
          "name": "Hyperion",
          "link": "https://open.spotify.com/album/0JA38Ekhsv43y2lBj5GQkQ",
          "release_date": "2019-03-08",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2737842fd51802451ff61483dcf",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e027842fd51802451ff61483dcf",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048517842fd51802451ff61483dcf",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 14,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "5nujrmhLynf4yMoMtj8AQF",
        "name": "Levitating (feat. DaBaby)",
        "link": "https://open.spotify.com/track/5nujrmhLynf4yMoMtj8AQF",
        "track_number": 12,
        "disc_number": 1,
        "duration_ms": 203064,
        "duration_text": "3:23",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2674500161,
        "artists": [
          {
            "id": "6M2wZ9GZgrQXHCFfjv46we",
            "name": "Dua Lipa",
            "link": "https://open.spotify.com/artist/6M2wZ9GZgrQXHCFfjv46we"
          },
          {
            "id": "4r63FhuTkUYltbVAg5TQnk",
            "name": "DaBaby",
            "link": "https://open.spotify.com/artist/4r63FhuTkUYltbVAg5TQnk"
          }
        ],
        "album": {
          "id": "5lKlFlReHOLShQKyRv6AL9",
          "name": "Future Nostalgia",
          "link": "https://open.spotify.com/album/5lKlFlReHOLShQKyRv6AL9",
          "release_date": "2020-03-27",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2734aa538a481e67131c214135a",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e024aa538a481e67131c214135a",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048514aa538a481e67131c214135a",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 15,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6RUKPb4LETWmmr3iAEQktW",
        "name": "Something Just Like This",
        "link": "https://open.spotify.com/track/6RUKPb4LETWmmr3iAEQktW",
        "track_number": 5,
        "disc_number": 1,
        "duration_ms": 247160,
        "duration_text": "4:07",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 3776249527,
        "artists": [
          {
            "id": "69GGBxA162lTqCwzJG5jLp",
            "name": "The Chainsmokers",
            "link": "https://open.spotify.com/artist/69GGBxA162lTqCwzJG5jLp"
          },
          {
            "id": "4gzpq5DPGxSnKTe4SA8HAU",
            "name": "Coldplay",
            "link": "https://open.spotify.com/artist/4gzpq5DPGxSnKTe4SA8HAU"
          }
        ],
        "album": {
          "id": "4JPguzRps3kuWDD5GS6oXr",
          "name": "Memories...Do Not Open",
          "link": "https://open.spotify.com/album/4JPguzRps3kuWDD5GS6oXr",
          "release_date": "2017-04-07",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2730c13d3d5a503c84fcc60ae94",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e020c13d3d5a503c84fcc60ae94",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048510c13d3d5a503c84fcc60ae94",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 16,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1oFAF1hdPOickyHgbuRjyX",
        "name": "Save Your Tears (Remix) (with Ariana Grande) - Bonus Track",
        "link": "https://open.spotify.com/track/1oFAF1hdPOickyHgbuRjyX",
        "track_number": 18,
        "disc_number": 1,
        "duration_ms": 191013,
        "duration_text": "3:11",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2341871195,
        "artists": [
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          },
          {
            "id": "66CXWjxzNUsdJxJ2JdwvnR",
            "name": "Ariana Grande",
            "link": "https://open.spotify.com/artist/66CXWjxzNUsdJxJ2JdwvnR"
          }
        ],
        "album": {
          "id": "4ZyeHIgdujClXSjC2cSqSb",
          "name": "After Hours (Deluxe)",
          "link": "https://open.spotify.com/album/4ZyeHIgdujClXSjC2cSqSb",
          "release_date": "2020-03-20",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273b5097b81179824803664aaaf",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02b5097b81179824803664aaaf",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851b5097b81179824803664aaaf",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 17,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "4Dvkj6JhhA12EX05fT7y2e",
        "name": "As It Was",
        "link": "https://open.spotify.com/track/4Dvkj6JhhA12EX05fT7y2e",
        "track_number": 4,
        "disc_number": 1,
        "duration_ms": 167303,
        "duration_text": "2:47",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 4629248830,
        "artists": [
          {
            "id": "6KImCVD70vtIoJWnq6nGn3",
            "name": "Harry Styles",
            "link": "https://open.spotify.com/artist/6KImCVD70vtIoJWnq6nGn3"
          }
        ],
        "album": {
          "id": "5r36AJ6VOJtp00oxSkBZ5h",
          "name": "Harry's House",
          "link": "https://open.spotify.com/album/5r36AJ6VOJtp00oxSkBZ5h",
          "release_date": "2022-05-20",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27382ce362511fb3d9dda6578ee",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0282ce362511fb3d9dda6578ee",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485182ce362511fb3d9dda6578ee",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 18,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "21jGcNKet2qwijlDFuPiPb",
        "name": "Circles",
        "link": "https://open.spotify.com/track/21jGcNKet2qwijlDFuPiPb",
        "track_number": 6,
        "disc_number": 1,
        "duration_ms": 215280,
        "duration_text": "3:35",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3276384627,
        "artists": [
          {
            "id": "246dkjvS1zLTtiykXe5h60",
            "name": "Post Malone",
            "link": "https://open.spotify.com/artist/246dkjvS1zLTtiykXe5h60"
          }
        ],
        "album": {
          "id": "4g1ZRSobMefqF6nelkgibi",
          "name": "Hollywood's Bleeding",
          "link": "https://open.spotify.com/album/4g1ZRSobMefqF6nelkgibi",
          "release_date": "2019-09-06",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2739478c87599550dd73bfa7e02",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e029478c87599550dd73bfa7e02",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048519478c87599550dd73bfa7e02",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 19,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "5J4ZkQpzMUFojo1CtAZYpn",
        "name": "Love Me Harder",
        "link": "https://open.spotify.com/track/5J4ZkQpzMUFojo1CtAZYpn",
        "track_number": 9,
        "disc_number": 1,
        "duration_ms": 236133,
        "duration_text": "3:56",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1546906217,
        "artists": [
          {
            "id": "66CXWjxzNUsdJxJ2JdwvnR",
            "name": "Ariana Grande",
            "link": "https://open.spotify.com/artist/66CXWjxzNUsdJxJ2JdwvnR"
          },
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "6EVYTRG1drKdO8OnIQBeEj",
          "name": "My Everything (Deluxe)",
          "link": "https://open.spotify.com/album/6EVYTRG1drKdO8OnIQBeEj",
          "release_date": "2014-08-22",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273deec12a28d1e336c5052e9aa",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02deec12a28d1e336c5052e9aa",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851deec12a28d1e336c5052e9aa",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 20,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3Dv1eDb0MEgF93GpLXlucZ",
        "name": "Say So",
        "link": "https://open.spotify.com/track/3Dv1eDb0MEgF93GpLXlucZ",
        "track_number": 5,
        "disc_number": 1,
        "duration_ms": 237894,
        "duration_text": "3:57",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 1455738840,
        "artists": [
          {
            "id": "5cj0lLjcoR7YOSnhnX0Po5",
            "name": "Doja Cat",
            "link": "https://open.spotify.com/artist/5cj0lLjcoR7YOSnhnX0Po5"
          }
        ],
        "album": {
          "id": "1MmVkhiwTH0BkNOU3nw5d3",
          "name": "Hot Pink",
          "link": "https://open.spotify.com/album/1MmVkhiwTH0BkNOU3nw5d3",
          "release_date": "2019-11-07",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273d0bbfea6226b5c3707de92ed",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02d0bbfea6226b5c3707de92ed",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851d0bbfea6226b5c3707de92ed",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 21,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "7szuecWAPwGoV1e5vGu8tl",
        "name": "In Your Eyes",
        "link": "https://open.spotify.com/track/7szuecWAPwGoV1e5vGu8tl",
        "track_number": 10,
        "disc_number": 1,
        "duration_ms": 237520,
        "duration_text": "3:57",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 1157561505,
        "artists": [
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "4yP0hdKOZPNshxUOjY0cZj",
          "name": "After Hours",
          "link": "https://open.spotify.com/album/4yP0hdKOZPNshxUOjY0cZj",
          "release_date": "2020-03-20",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2738863bc11d2aa12b54f5aeb36",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e028863bc11d2aa12b54f5aeb36",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048518863bc11d2aa12b54f5aeb36",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 22,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "76dIZzTdrNO15mGBrU3MHi",
        "name": "One Kiss (with Dua Lipa)",
        "link": "https://open.spotify.com/track/76dIZzTdrNO15mGBrU3MHi",
        "track_number": 5,
        "disc_number": 1,
        "duration_ms": 214846,
        "duration_text": "3:34",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2790115293,
        "artists": [
          {
            "id": "7CajNmpbOovFoOoasH2HaY",
            "name": "Calvin Harris",
            "link": "https://open.spotify.com/artist/7CajNmpbOovFoOoasH2HaY"
          },
          {
            "id": "6M2wZ9GZgrQXHCFfjv46we",
            "name": "Dua Lipa",
            "link": "https://open.spotify.com/artist/6M2wZ9GZgrQXHCFfjv46we"
          }
        ],
        "album": {
          "id": "1CfqWSAyfmYzHU9ktHxUqd",
          "name": "96 Months",
          "link": "https://open.spotify.com/album/1CfqWSAyfmYzHU9ktHxUqd",
          "release_date": "2024-08-08",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2738daa8ac6367fc997c1873b9b",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e028daa8ac6367fc997c1873b9b",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048518daa8ac6367fc997c1873b9b",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 23,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6dOtVTDdiauQNBQEDOtlAB",
        "name": "BIRDS OF A FEATHER",
        "link": "https://open.spotify.com/track/6dOtVTDdiauQNBQEDOtlAB",
        "track_number": 4,
        "disc_number": 1,
        "duration_ms": 210373,
        "duration_text": "3:30",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3985850010,
        "artists": [
          {
            "id": "6qqNVTkY8uBg9cP3Jd7DAH",
            "name": "Billie Eilish",
            "link": "https://open.spotify.com/artist/6qqNVTkY8uBg9cP3Jd7DAH"
          }
        ],
        "album": {
          "id": "7aJuG4TFXa2hmE4z1yxc3n",
          "name": "HIT ME HARD AND SOFT",
          "link": "https://open.spotify.com/album/7aJuG4TFXa2hmE4z1yxc3n",
          "release_date": "2024-05-17",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0271d62ea7ea8a5be92d3c1f62",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485171d62ea7ea8a5be92d3c1f62",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 24,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "4uUG5RXrOk84mYEfFvj3cK",
        "name": "I'm Good (Blue)",
        "link": "https://open.spotify.com/track/4uUG5RXrOk84mYEfFvj3cK",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 175238,
        "duration_text": "2:55",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 2498965143,
        "artists": [
          {
            "id": "1Cs0zKBU1kc0i8ypK3B9ai",
            "name": "David Guetta",
            "link": "https://open.spotify.com/artist/1Cs0zKBU1kc0i8ypK3B9ai"
          },
          {
            "id": "64M6ah0SkkRsnPGtGiRAbb",
            "name": "Bebe Rexha",
            "link": "https://open.spotify.com/artist/64M6ah0SkkRsnPGtGiRAbb"
          }
        ],
        "album": {
          "id": "7M842DMhYVALrXsw3ty7B3",
          "name": "I'm Good (Blue)",
          "link": "https://open.spotify.com/album/7M842DMhYVALrXsw3ty7B3",
          "release_date": "2022-08-26",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273f24c7321eabddffc3829676b",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02f24c7321eabddffc3829676b",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851f24c7321eabddffc3829676b",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 25,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "017PF4Q3l4DBUiWoXk4OWT",
        "name": "Break My Heart",
        "link": "https://open.spotify.com/track/017PF4Q3l4DBUiWoXk4OWT",
        "track_number": 9,
        "disc_number": 1,
        "duration_ms": 221820,
        "duration_text": "3:41",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1543878210,
        "artists": [
          {
            "id": "6M2wZ9GZgrQXHCFfjv46we",
            "name": "Dua Lipa",
            "link": "https://open.spotify.com/artist/6M2wZ9GZgrQXHCFfjv46we"
          }
        ],
        "album": {
          "id": "7fJJK56U9fHixgO0HQkhtI",
          "name": "Future Nostalgia",
          "link": "https://open.spotify.com/album/7fJJK56U9fHixgO0HQkhtI",
          "release_date": "2020-03-27",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273c88bae7846e62a8ba59ee0bd",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02c88bae7846e62a8ba59ee0bd",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851c88bae7846e62a8ba59ee0bd",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 26,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "5GXAXm5YOmYT0kL5jHvYBt",
        "name": "I Feel It Coming",
        "link": "https://open.spotify.com/track/5GXAXm5YOmYT0kL5jHvYBt",
        "track_number": 18,
        "disc_number": 1,
        "duration_ms": 269186,
        "duration_text": "4:29",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2306808704,
        "artists": [
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          },
          {
            "id": "4tZwfgrHOc3mvqYlEYSvVi",
            "name": "Daft Punk",
            "link": "https://open.spotify.com/artist/4tZwfgrHOc3mvqYlEYSvVi"
          }
        ],
        "album": {
          "id": "4AdZV63ycxFLF6Hcol0QnB",
          "name": "Starboy",
          "link": "https://open.spotify.com/album/4AdZV63ycxFLF6Hcol0QnB",
          "release_date": "2016-11-24",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273a048415db06a5b6fa7ec4e1a",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02a048415db06a5b6fa7ec4e1a",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851a048415db06a5b6fa7ec4e1a",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 27,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1rfofaqEpACxVEHIZBJe6W",
        "name": "Havana (feat. Young Thug)",
        "link": "https://open.spotify.com/track/1rfofaqEpACxVEHIZBJe6W",
        "track_number": 4,
        "disc_number": 1,
        "duration_ms": 217308,
        "duration_text": "3:37",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2554671828,
        "artists": [
          {
            "id": "4nDoRrQiYLoBzwC5BhVJzF",
            "name": "Camila Cabello",
            "link": "https://open.spotify.com/artist/4nDoRrQiYLoBzwC5BhVJzF"
          },
          {
            "id": "50co4Is1HCEo8bhOyUWKpn",
            "name": "Young Thug",
            "link": "https://open.spotify.com/artist/50co4Is1HCEo8bhOyUWKpn"
          }
        ],
        "album": {
          "id": "2vD3zSQr8hNlg0obNel4TE",
          "name": "Camila",
          "link": "https://open.spotify.com/album/2vD3zSQr8hNlg0obNel4TE",
          "release_date": "2018-01-12",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273652c9f55dfbf3cfe1800daea",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02652c9f55dfbf3cfe1800daea",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851652c9f55dfbf3cfe1800daea",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 28,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3jjujdWJ72nww5eGnfs2E7",
        "name": "Adore You",
        "link": "https://open.spotify.com/track/3jjujdWJ72nww5eGnfs2E7",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 207139,
        "duration_text": "3:27",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2173876049,
        "artists": [
          {
            "id": "6KImCVD70vtIoJWnq6nGn3",
            "name": "Harry Styles",
            "link": "https://open.spotify.com/artist/6KImCVD70vtIoJWnq6nGn3"
          }
        ],
        "album": {
          "id": "7xV2TzoaVc0ycW7fwBwAml",
          "name": "Fine Line",
          "link": "https://open.spotify.com/album/7xV2TzoaVc0ycW7fwBwAml",
          "release_date": "2019-12-13",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27325180571abce9472f61bd722",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0225180571abce9472f61bd722",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485125180571abce9472f61bd722",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 29,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1nltpRhEiXikwDlVn4UADk",
        "name": "One Right Now (with The Weeknd)",
        "link": "https://open.spotify.com/track/1nltpRhEiXikwDlVn4UADk",
        "track_number": 13,
        "disc_number": 1,
        "duration_ms": 192721,
        "duration_text": "3:12",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 781783326,
        "artists": [
          {
            "id": "246dkjvS1zLTtiykXe5h60",
            "name": "Post Malone",
            "link": "https://open.spotify.com/artist/246dkjvS1zLTtiykXe5h60"
          },
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "3HHNR44YbP7XogMVwzbodx",
          "name": "Twelve Carat Toothache",
          "link": "https://open.spotify.com/album/3HHNR44YbP7XogMVwzbodx",
          "release_date": "2022-06-03",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27334362676667a4322838ccc97",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0234362676667a4322838ccc97",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485134362676667a4322838ccc97",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 30,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "0cQVqPuHQP4KEwc7ZUQmj6",
        "name": "Sweater Weather",
        "link": "https://open.spotify.com/track/0cQVqPuHQP4KEwc7ZUQmj6",
        "track_number": 4,
        "disc_number": 1,
        "duration_ms": 240426,
        "duration_text": "4:00",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 4884247255,
        "artists": [
          {
            "id": "77SW9BnxLY8rJ0RciFqkHh",
            "name": "The Neighbourhood",
            "link": "https://open.spotify.com/artist/77SW9BnxLY8rJ0RciFqkHh"
          }
        ],
        "album": {
          "id": "6iu2XwoDlKg0VYte9qAbnr",
          "name": "I Love You.",
          "link": "https://open.spotify.com/album/6iu2XwoDlKg0VYte9qAbnr",
          "release_date": "2013-04-19",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273c91ed3bc3c8d484f532fab2f",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02c91ed3bc3c8d484f532fab2f",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851c91ed3bc3c8d484f532fab2f",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 31,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2p8IUWQDrpjuFltbdgLOag",
        "name": "After Hours",
        "link": "https://open.spotify.com/track/2p8IUWQDrpjuFltbdgLOag",
        "track_number": 13,
        "disc_number": 1,
        "duration_ms": 361026,
        "duration_text": "6:01",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 1419505118,
        "artists": [
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "4yP0hdKOZPNshxUOjY0cZj",
          "name": "After Hours",
          "link": "https://open.spotify.com/album/4yP0hdKOZPNshxUOjY0cZj",
          "release_date": "2020-03-20",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2738863bc11d2aa12b54f5aeb36",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e028863bc11d2aa12b54f5aeb36",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048518863bc11d2aa12b54f5aeb36",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 32,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3DarAbFujv6eYNliUTyqtz",
        "name": "Kiss Me More (feat. SZA)",
        "link": "https://open.spotify.com/track/3DarAbFujv6eYNliUTyqtz",
        "track_number": 14,
        "disc_number": 1,
        "duration_ms": 208666,
        "duration_text": "3:28",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 2493413713,
        "artists": [
          {
            "id": "5cj0lLjcoR7YOSnhnX0Po5",
            "name": "Doja Cat",
            "link": "https://open.spotify.com/artist/5cj0lLjcoR7YOSnhnX0Po5"
          },
          {
            "id": "7tYKF4w9nC0nq9CsPZTHyP",
            "name": "SZA",
            "link": "https://open.spotify.com/artist/7tYKF4w9nC0nq9CsPZTHyP"
          }
        ],
        "album": {
          "id": "1nAQbHeOWTfQzbOoFrvndW",
          "name": "Planet Her",
          "link": "https://open.spotify.com/album/1nAQbHeOWTfQzbOoFrvndW",
          "release_date": "2021-06-25",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27314b7b2a920a41166d53ddd49",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0214b7b2a920a41166d53ddd49",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485114b7b2a920a41166d53ddd49",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 33,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "5cF0dROlMOK5uNZtivgu50",
        "name": "Attention",
        "link": "https://open.spotify.com/track/5cF0dROlMOK5uNZtivgu50",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 208786,
        "duration_text": "3:28",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2624187264,
        "artists": [
          {
            "id": "6VuMaDnrHyPL1p4EHjYLi7",
            "name": "Charlie Puth",
            "link": "https://open.spotify.com/artist/6VuMaDnrHyPL1p4EHjYLi7"
          }
        ],
        "album": {
          "id": "0mZIUXje90JtHxPNzWsJNR",
          "name": "Voicenotes",
          "link": "https://open.spotify.com/album/0mZIUXje90JtHxPNzWsJNR",
          "release_date": "2018-05-11",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273897f73256b9128a9d70eaf66",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02897f73256b9128a9d70eaf66",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851897f73256b9128a9d70eaf66",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 34,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "0lYBSQXN6rCTvUZvg9S0lU",
        "name": "Let Me Love You",
        "link": "https://open.spotify.com/track/0lYBSQXN6rCTvUZvg9S0lU",
        "track_number": 13,
        "disc_number": 1,
        "duration_ms": 205946,
        "duration_text": "3:25",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3225743526,
        "artists": [
          {
            "id": "540vIaP2JwjQb9dm3aArA4",
            "name": "DJ Snake",
            "link": "https://open.spotify.com/artist/540vIaP2JwjQb9dm3aArA4"
          },
          {
            "id": "1uNFoZAHBGtllmzznpCI3s",
            "name": "Justin Bieber",
            "link": "https://open.spotify.com/artist/1uNFoZAHBGtllmzznpCI3s"
          }
        ],
        "album": {
          "id": "02sEJTj1sye1JaqxqpcSCp",
          "name": "Encore",
          "link": "https://open.spotify.com/album/02sEJTj1sye1JaqxqpcSCp",
          "release_date": "2016-08-05",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273212d776c31027c511f0ee3bc",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02212d776c31027c511f0ee3bc",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851212d776c31027c511f0ee3bc",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 35,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "7BqHUALzNBTanL6OvsqmC1",
        "name": "Happier",
        "link": "https://open.spotify.com/track/7BqHUALzNBTanL6OvsqmC1",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 214289,
        "duration_text": "3:34",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2693236609,
        "artists": [
          {
            "id": "64KEffDW9EtZ1y2vBYgq8T",
            "name": "Marshmello",
            "link": "https://open.spotify.com/artist/64KEffDW9EtZ1y2vBYgq8T"
          },
          {
            "id": "7EQ0qTo7fWT7DPxmxtSYEc",
            "name": "Bastille",
            "link": "https://open.spotify.com/artist/7EQ0qTo7fWT7DPxmxtSYEc"
          }
        ],
        "album": {
          "id": "2u4Yp2ADTKYPwFSBFL4ffa",
          "name": "Happier",
          "link": "https://open.spotify.com/album/2u4Yp2ADTKYPwFSBFL4ffa",
          "release_date": "2018-08-17",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273dd0a40eecd4b13e4c59988da",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02dd0a40eecd4b13e4c59988da",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851dd0a40eecd4b13e4c59988da",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 36,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2LBqCSwhJGcFQeTHMVGwy3",
        "name": "Die For You",
        "link": "https://open.spotify.com/track/2LBqCSwhJGcFQeTHMVGwy3",
        "track_number": 17,
        "disc_number": 1,
        "duration_ms": 260253,
        "duration_text": "4:20",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3420741916,
        "artists": [
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "4AdZV63ycxFLF6Hcol0QnB",
          "name": "Starboy",
          "link": "https://open.spotify.com/album/4AdZV63ycxFLF6Hcol0QnB",
          "release_date": "2016-11-24",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273a048415db06a5b6fa7ec4e1a",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02a048415db06a5b6fa7ec4e1a",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851a048415db06a5b6fa7ec4e1a",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 37,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1FEiijYPJtyswChfcpv3p0",
        "name": "Summertime Sadness",
        "link": "https://open.spotify.com/track/1FEiijYPJtyswChfcpv3p0",
        "track_number": 11,
        "disc_number": 1,
        "duration_ms": 264773,
        "duration_text": "4:24",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2467964377,
        "artists": [
          {
            "id": "00FQb4jTyendYWaN8pK0wa",
            "name": "Lana Del Rey",
            "link": "https://open.spotify.com/artist/00FQb4jTyendYWaN8pK0wa"
          }
        ],
        "album": {
          "id": "2GGstjn2lepcltXd21I24t",
          "name": "Born To Die (Deluxe Version)",
          "link": "https://open.spotify.com/album/2GGstjn2lepcltXd21I24t",
          "release_date": "2011-01-01",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273959280fee07d485cb5b56fe7",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02959280fee07d485cb5b56fe7",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851959280fee07d485cb5b56fe7",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 38,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "7BKLCZ1jbUBVqRi2FVlTVw",
        "name": "Closer",
        "link": "https://open.spotify.com/track/7BKLCZ1jbUBVqRi2FVlTVw",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 244960,
        "duration_text": "4:04",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3882837493,
        "artists": [
          {
            "id": "69GGBxA162lTqCwzJG5jLp",
            "name": "The Chainsmokers",
            "link": "https://open.spotify.com/artist/69GGBxA162lTqCwzJG5jLp"
          },
          {
            "id": "26VFTg2z8YR0cCuwLzESi2",
            "name": "Halsey",
            "link": "https://open.spotify.com/artist/26VFTg2z8YR0cCuwLzESi2"
          }
        ],
        "album": {
          "id": "0rSLgV8p5FzfnqlEk4GzxE",
          "name": "Closer",
          "link": "https://open.spotify.com/album/0rSLgV8p5FzfnqlEk4GzxE",
          "release_date": "2016-07-29",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273495ce6da9aeb159e94eaa453",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02495ce6da9aeb159e94eaa453",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851495ce6da9aeb159e94eaa453",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 39,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3USxtqRwSYz57Ewm6wWRMp",
        "name": "Heat Waves",
        "link": "https://open.spotify.com/track/3USxtqRwSYz57Ewm6wWRMp",
        "track_number": 14,
        "disc_number": 1,
        "duration_ms": 238805,
        "duration_text": "3:58",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3931845430,
        "artists": [
          {
            "id": "4yvcSjfu4PC0CYQyLy4wSq",
            "name": "Glass Animals",
            "link": "https://open.spotify.com/artist/4yvcSjfu4PC0CYQyLy4wSq"
          }
        ],
        "album": {
          "id": "5bfpRtBW7RNRdsm3tRyl3R",
          "name": "Dreamland",
          "link": "https://open.spotify.com/album/5bfpRtBW7RNRdsm3tRyl3R",
          "release_date": "2020-08-07",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273712701c5e263efc8726b1464",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02712701c5e263efc8726b1464",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851712701c5e263efc8726b1464",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 40,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "4cktbXiXOapiLBMprHFErI",
        "name": "Memories",
        "link": "https://open.spotify.com/track/4cktbXiXOapiLBMprHFErI",
        "track_number": 11,
        "disc_number": 1,
        "duration_ms": 189486,
        "duration_text": "3:09",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2547633239,
        "artists": [
          {
            "id": "04gDigrS5kc9YWfZHwBETP",
            "name": "Maroon 5",
            "link": "https://open.spotify.com/artist/04gDigrS5kc9YWfZHwBETP"
          }
        ],
        "album": {
          "id": "1pCA38N6MkLlthXtAOvZTU",
          "name": "JORDI (Deluxe)",
          "link": "https://open.spotify.com/album/1pCA38N6MkLlthXtAOvZTU",
          "release_date": "2021-06-11",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27386a8ab515de4b7aef28cd631",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0286a8ab515de4b7aef28cd631",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485186a8ab515de4b7aef28cd631",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 41,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "22VdIZQfgXJea34mQxlt81",
        "name": "Can't Feel My Face",
        "link": "https://open.spotify.com/track/22VdIZQfgXJea34mQxlt81",
        "track_number": 7,
        "disc_number": 1,
        "duration_ms": 213520,
        "duration_text": "3:33",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2259198656,
        "artists": [
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "0P3oVJBFOv3TDXlYRhGL7s",
          "name": "Beauty Behind The Madness",
          "link": "https://open.spotify.com/album/0P3oVJBFOv3TDXlYRhGL7s",
          "release_date": "2015-08-28",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2737fcead687e99583072cc217b",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e027fcead687e99583072cc217b",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048517fcead687e99583072cc217b",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 42,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2N8m6CYs74qQO4mjVcXO30",
        "name": "Dance Monkey",
        "link": "https://open.spotify.com/track/2N8m6CYs74qQO4mjVcXO30",
        "track_number": 16,
        "disc_number": 1,
        "duration_ms": 209438,
        "duration_text": "3:29",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3512998028,
        "artists": [
          {
            "id": "2NjfBq1NflQcKSeiDooVjY",
            "name": "Tones And I",
            "link": "https://open.spotify.com/artist/2NjfBq1NflQcKSeiDooVjY"
          }
        ],
        "album": {
          "id": "1AZjTOqvw2ZogWZxnDlhEN",
          "name": "Welcome To The Madhouse (Deluxe)",
          "link": "https://open.spotify.com/album/1AZjTOqvw2ZogWZxnDlhEN",
          "release_date": "2021-07-16",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273931a1c33d7850f20ee23a5e1",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02931a1c33d7850f20ee23a5e1",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851931a1c33d7850f20ee23a5e1",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 43,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2vlDrKpOC0eSTqTDRcbYyw",
        "name": "This Is What You Came For",
        "link": "https://open.spotify.com/track/2vlDrKpOC0eSTqTDRcbYyw",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 221900,
        "duration_text": "3:41",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2391366052,
        "artists": [
          {
            "id": "7CajNmpbOovFoOoasH2HaY",
            "name": "Calvin Harris",
            "link": "https://open.spotify.com/artist/7CajNmpbOovFoOoasH2HaY"
          },
          {
            "id": "5pKCCKE2ajJHZ9KAiaK11H",
            "name": "Rihanna",
            "link": "https://open.spotify.com/artist/5pKCCKE2ajJHZ9KAiaK11H"
          }
        ],
        "album": {
          "id": "1CfqWSAyfmYzHU9ktHxUqd",
          "name": "96 Months",
          "link": "https://open.spotify.com/album/1CfqWSAyfmYzHU9ktHxUqd",
          "release_date": "2024-08-08",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2738daa8ac6367fc997c1873b9b",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e028daa8ac6367fc997c1873b9b",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048518daa8ac6367fc997c1873b9b",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 44,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "54PbBpquVfhfrwRwvjSXbI",
        "name": "We Don't Talk Anymore (feat. Selena Gomez)",
        "link": "https://open.spotify.com/track/54PbBpquVfhfrwRwvjSXbI",
        "track_number": 5,
        "disc_number": 1,
        "duration_ms": 217706,
        "duration_text": "3:37",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2748266737,
        "artists": [
          {
            "id": "6VuMaDnrHyPL1p4EHjYLi7",
            "name": "Charlie Puth",
            "link": "https://open.spotify.com/artist/6VuMaDnrHyPL1p4EHjYLi7"
          },
          {
            "id": "0C8ZW7ezQVs4URX5aX7Kqx",
            "name": "Selena Gomez",
            "link": "https://open.spotify.com/artist/0C8ZW7ezQVs4URX5aX7Kqx"
          }
        ],
        "album": {
          "id": "5J4SS8wTmXdyIEVYjmHzpZ",
          "name": "Nine Track Mind (Special Edition)",
          "link": "https://open.spotify.com/album/5J4SS8wTmXdyIEVYjmHzpZ",
          "release_date": "2015-11-05",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27315145482a542a9adb282250b",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0215145482a542a9adb282250b",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485115145482a542a9adb282250b",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 45,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6ex1Pz3pntgy4NPtxHXN2V",
        "name": "Bad Habits",
        "link": "https://open.spotify.com/track/6ex1Pz3pntgy4NPtxHXN2V",
        "track_number": 4,
        "disc_number": 1,
        "duration_ms": 230746,
        "duration_text": "3:50",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2224505652,
        "artists": [
          {
            "id": "6eUKZXaKkcviH0Ku9w2n3V",
            "name": "Ed Sheeran",
            "link": "https://open.spotify.com/artist/6eUKZXaKkcviH0Ku9w2n3V"
          }
        ],
        "album": {
          "id": "4Hmz9dqVLEO7eVcXNTqkH2",
          "name": "= (Tour Edition)",
          "link": "https://open.spotify.com/album/4Hmz9dqVLEO7eVcXNTqkH2",
          "release_date": "2020",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273452eab95b1147fd8376f2006",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02452eab95b1147fd8376f2006",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851452eab95b1147fd8376f2006",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 46,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "09mEdoA6zrmBPgTEN5qXmN",
        "name": "Call Out My Name",
        "link": "https://open.spotify.com/track/09mEdoA6zrmBPgTEN5qXmN",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 228373,
        "duration_text": "3:48",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2501922552,
        "artists": [
          {
            "id": "1Xyo4u8uXC1ZmMpatF05PJ",
            "name": "The Weeknd",
            "link": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ"
          }
        ],
        "album": {
          "id": "4qZBW3f2Q8y0k1A84d4iAO",
          "name": "My Dear Melancholy,",
          "link": "https://open.spotify.com/album/4qZBW3f2Q8y0k1A84d4iAO",
          "release_date": "2018-03-30",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2731f6a2a40bb692936879db730",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e021f6a2a40bb692936879db730",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048511f6a2a40bb692936879db730",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 47,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3e7sxremeOE3wTySiOhGiP",
        "name": "Dusk Till Dawn (feat. Sia) - Radio Edit",
        "link": "https://open.spotify.com/track/3e7sxremeOE3wTySiOhGiP",
        "track_number": 29,
        "disc_number": 1,
        "duration_ms": 239000,
        "duration_text": "3:59",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 2294589528,
        "artists": [
          {
            "id": "5ZsFI1h6hIdQRw2ti0hz81",
            "name": "ZAYN",
            "link": "https://open.spotify.com/artist/5ZsFI1h6hIdQRw2ti0hz81"
          },
          {
            "id": "5WUlDfRSoLAfcVSX1WnrxN",
            "name": "Sia",
            "link": "https://open.spotify.com/artist/5WUlDfRSoLAfcVSX1WnrxN"
          }
        ],
        "album": {
          "id": "1DF9B2hfwX4EdgEFwGcRwh",
          "name": "Icarus Falls",
          "link": "https://open.spotify.com/album/1DF9B2hfwX4EdgEFwGcRwh",
          "release_date": "2018-12-14",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2732898dd297362decb2ae8b6f4",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e022898dd297362decb2ae8b6f4",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048512898dd297362decb2ae8b6f4",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 48,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6JV2JOEocMgcZxYSZelKcc",
        "name": "CAN'T STOP THE FEELING! (from DreamWorks Animation's \"TROLLS\")",
        "link": "https://open.spotify.com/track/6JV2JOEocMgcZxYSZelKcc",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 236001,
        "duration_text": "3:56",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2115779559,
        "artists": [
          {
            "id": "31TPClRtHm23RisEBtV3X7",
            "name": "Justin Timberlake",
            "link": "https://open.spotify.com/artist/31TPClRtHm23RisEBtV3X7"
          }
        ],
        "album": {
          "id": "40LbnfieVTWtHrK24WQeEB",
          "name": "CAN'T STOP THE FEELING! (from DreamWorks Animation's \"TROLLS\")",
          "link": "https://open.spotify.com/album/40LbnfieVTWtHrK24WQeEB",
          "release_date": "2016-05-06",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273ef37416970812293c08e8a78",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02ef37416970812293c08e8a78",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851ef37416970812293c08e8a78",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 49,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3AzjcOeAmA57TIOr9zF1ZW",
        "name": "Physical",
        "link": "https://open.spotify.com/track/3AzjcOeAmA57TIOr9zF1ZW",
        "track_number": 4,
        "disc_number": 1,
        "duration_ms": 193829,
        "duration_text": "3:13",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1295664324,
        "artists": [
          {
            "id": "6M2wZ9GZgrQXHCFfjv46we",
            "name": "Dua Lipa",
            "link": "https://open.spotify.com/artist/6M2wZ9GZgrQXHCFfjv46we"
          }
        ],
        "album": {
          "id": "7fJJK56U9fHixgO0HQkhtI",
          "name": "Future Nostalgia",
          "link": "https://open.spotify.com/album/7fJJK56U9fHixgO0HQkhtI",
          "release_date": "2020-03-27",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273c88bae7846e62a8ba59ee0bd",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02c88bae7846e62a8ba59ee0bd",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851c88bae7846e62a8ba59ee0bd",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 50,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3GCdLUSnKSMJhs4Tj6CV3s",
        "name": "All The Stars (with SZA) - From \"Black Panther: The Album\"",
        "link": "https://open.spotify.com/track/3GCdLUSnKSMJhs4Tj6CV3s",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 232186,
        "duration_text": "3:52",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 3174705334,
        "artists": [
          {
            "id": "2YZyLoL8N0Wb9xBt1NhZWg",
            "name": "Kendrick Lamar",
            "link": "https://open.spotify.com/artist/2YZyLoL8N0Wb9xBt1NhZWg"
          },
          {
            "id": "7tYKF4w9nC0nq9CsPZTHyP",
            "name": "SZA",
            "link": "https://open.spotify.com/artist/7tYKF4w9nC0nq9CsPZTHyP"
          }
        ],
        "album": {
          "id": "3pLdWdkj83EYfDN6H2N8MR",
          "name": "Black Panther The Album Music From And Inspired By",
          "link": "https://open.spotify.com/album/3pLdWdkj83EYfDN6H2N8MR",
          "release_date": "2018-02-09",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273c027ad28821777b00dcaa888",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02c027ad28821777b00dcaa888",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851c027ad28821777b00dcaa888",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    }
  ]
}