Spotify Scraper

ENDPOINTS
GET/artists/radio

Artist Radio

Get the tracks of an artist's radio, Spotify's auto-generated mix.

QUERY PARAMS

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

Examples:

  • ID: 06HL4z0CvFAxyc27GXpf02
  • URI: spotify:artist:06HL4z0CvFAxyc27GXpf02
  • URL: https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02

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": "artist",
    "id": "06HL4z0CvFAxyc27GXpf02",
    "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
  },
  "playlist": {
    "id": "37i9dQZF1E4AfEUiirXPyP",
    "name": "Taylor Swift Radio",
    "link": "https://open.spotify.com/playlist/37i9dQZF1E4AfEUiirXPyP",
    "total_items": 50
  },
  "results": [
    {
      "position": 1,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3hUxzQpSfdDqwM3ZTFQY0K",
        "name": "august",
        "link": "https://open.spotify.com/track/3hUxzQpSfdDqwM3ZTFQY0K",
        "track_number": 8,
        "disc_number": 1,
        "duration_ms": 261922,
        "duration_text": "4:21",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 1890647094,
        "artists": [
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "2fenSS68JI1h4Fo296JfGr",
          "name": "folklore",
          "link": "https://open.spotify.com/album/2fenSS68JI1h4Fo296JfGr",
          "release_date": "2020-07-24",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0295f754318336a07e85ec59bc",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485195f754318336a07e85ec59bc",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 2,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "73W5aXorr5vxrySFcoZqIN",
        "name": "Renegade",
        "link": "https://open.spotify.com/track/73W5aXorr5vxrySFcoZqIN",
        "track_number": 5,
        "disc_number": 1,
        "duration_ms": 254466,
        "duration_text": "4:14",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 203851323,
        "artists": [
          {
            "id": "7gXy60xRcwYujBFoYHnR2O",
            "name": "Big Red Machine",
            "link": "https://open.spotify.com/artist/7gXy60xRcwYujBFoYHnR2O"
          },
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "3YbMxdapL6mvSQjosFkc0T",
          "name": "How Long Do You Think It's Gonna Last?",
          "link": "https://open.spotify.com/album/3YbMxdapL6mvSQjosFkc0T",
          "release_date": "2021-08-27",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273fbab613f887083f7ee11a1de",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02fbab613f887083f7ee11a1de",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851fbab613f887083f7ee11a1de",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 3,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "55n9yjI6qqXh5F2mYvUc2y",
        "name": "I Don’t Wanna Live Forever (Fifty Shades Darker)",
        "link": "https://open.spotify.com/track/55n9yjI6qqXh5F2mYvUc2y",
        "track_number": 10,
        "disc_number": 1,
        "duration_ms": 247160,
        "duration_text": "4:07",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2202919235,
        "artists": [
          {
            "id": "5ZsFI1h6hIdQRw2ti0hz81",
            "name": "ZAYN",
            "link": "https://open.spotify.com/artist/5ZsFI1h6hIdQRw2ti0hz81"
          },
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "1MPAXuTVL2Ej5x0JHiSPq8",
          "name": "reputation Stadium Tour Surprise Song Playlist",
          "link": "https://open.spotify.com/album/1MPAXuTVL2Ej5x0JHiSPq8",
          "release_date": "2017-11-09",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27363d77f99117b28af9f656918",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0263d77f99117b28af9f656918",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485163d77f99117b28af9f656918",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 4,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6INztpNwOTlfSKTuPo0HOP",
        "name": "The Alcott (feat. Taylor Swift)",
        "link": "https://open.spotify.com/track/6INztpNwOTlfSKTuPo0HOP",
        "track_number": 7,
        "disc_number": 1,
        "duration_ms": 267773,
        "duration_text": "4:27",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 106989575,
        "artists": [
          {
            "id": "2cCUtGK9sDU2EoElnk0GNB",
            "name": "The National",
            "link": "https://open.spotify.com/artist/2cCUtGK9sDU2EoElnk0GNB"
          },
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "5Mc6uebYtKnRc5I7bjlNB6",
          "name": "First Two Pages of Frankenstein",
          "link": "https://open.spotify.com/album/5Mc6uebYtKnRc5I7bjlNB6",
          "release_date": "2023-04-28",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273364c819937072957a9220847",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02364c819937072957a9220847",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851364c819937072957a9220847",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 5,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2bzUVEvpZ7At5cYz1kOLI9",
        "name": "Gasoline (feat. Taylor Swift)",
        "link": "https://open.spotify.com/track/2bzUVEvpZ7At5cYz1kOLI9",
        "track_number": 14,
        "disc_number": 1,
        "duration_ms": 193373,
        "duration_text": "3:13",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 91394521,
        "artists": [
          {
            "id": "4Ui2kfOqGujY81UcPrb5KE",
            "name": "HAIM",
            "link": "https://open.spotify.com/artist/4Ui2kfOqGujY81UcPrb5KE"
          },
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "79thwyFL6Uo6rgTp3YWEAf",
          "name": "Women In Music Pt III (Expanded Edition)",
          "link": "https://open.spotify.com/album/79thwyFL6Uo6rgTp3YWEAf",
          "release_date": "2021-02-19",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273667f8cfd1be0d0cc2b825e25",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02667f8cfd1be0d0cc2b825e25",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851667f8cfd1be0d0cc2b825e25",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 6,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1dGr1c8CrMLDpV6mPbImSI",
        "name": "Lover",
        "link": "https://open.spotify.com/track/1dGr1c8CrMLDpV6mPbImSI",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 221306,
        "duration_text": "3:41",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2116556195,
        "artists": [
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "1NAmidJlEaVgA3MpcPFYGq",
          "name": "Lover",
          "link": "https://open.spotify.com/album/1NAmidJlEaVgA3MpcPFYGq",
          "release_date": "2019-08-23",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273e787cffec20aa2a396a61647",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02e787cffec20aa2a396a61647",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851e787cffec20aa2a396a61647",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 7,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6HU7h9RYOaPRFeh0R3UeAr",
        "name": "deja vu",
        "link": "https://open.spotify.com/track/6HU7h9RYOaPRFeh0R3UeAr",
        "track_number": 5,
        "disc_number": 1,
        "duration_ms": 215506,
        "duration_text": "3:35",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 2402525695,
        "artists": [
          {
            "id": "1McMsnEElThX1knmY4oliG",
            "name": "Olivia Rodrigo",
            "link": "https://open.spotify.com/artist/1McMsnEElThX1knmY4oliG"
          }
        ],
        "album": {
          "id": "6s84u2TUpR3wdUv4NgKA2j",
          "name": "SOUR",
          "link": "https://open.spotify.com/album/6s84u2TUpR3wdUv4NgKA2j",
          "release_date": "2021-05-21",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273a91c10fe9472d9bd89802e5a",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02a91c10fe9472d9bd89802e5a",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851a91c10fe9472d9bd89802e5a",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 8,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "0WbMK4wrZ1wFSty9F7FCgu",
        "name": "Good Luck, Babe!",
        "link": "https://open.spotify.com/track/0WbMK4wrZ1wFSty9F7FCgu",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 218423,
        "duration_text": "3:38",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 2265112683,
        "artists": [
          {
            "id": "7GlBOeep6PqTfFi59PTUUN",
            "name": "Chappell Roan",
            "link": "https://open.spotify.com/artist/7GlBOeep6PqTfFi59PTUUN"
          }
        ],
        "album": {
          "id": "1WAjjRMfZjEXtB0lQrAw6Q",
          "name": "Good Luck, Babe!",
          "link": "https://open.spotify.com/album/1WAjjRMfZjEXtB0lQrAw6Q",
          "release_date": "2024-04-05",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0291b4bc7c88d91a42e0f3a8b7",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485191b4bc7c88d91a42e0f3a8b7",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 9,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "4l0Mvzj72xxOpRrp6h8nHi",
        "name": "Lose You To Love Me",
        "link": "https://open.spotify.com/track/4l0Mvzj72xxOpRrp6h8nHi",
        "track_number": 4,
        "disc_number": 1,
        "duration_ms": 206458,
        "duration_text": "3:26",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1506276402,
        "artists": [
          {
            "id": "0C8ZW7ezQVs4URX5aX7Kqx",
            "name": "Selena Gomez",
            "link": "https://open.spotify.com/artist/0C8ZW7ezQVs4URX5aX7Kqx"
          }
        ],
        "album": {
          "id": "3YPFaTR7WMi1Hd4NVKdCJx",
          "name": "Rare",
          "link": "https://open.spotify.com/album/3YPFaTR7WMi1Hd4NVKdCJx",
          "release_date": "2020-01-10",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2732abcc266597eb46f897a8666",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e022abcc266597eb46f897a8666",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048512abcc266597eb46f897a8666",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 10,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "4wFUdSCer8bdQsrp1M90sa",
        "name": "Highway Don't Care",
        "link": "https://open.spotify.com/track/4wFUdSCer8bdQsrp1M90sa",
        "track_number": 11,
        "disc_number": 1,
        "duration_ms": 276880,
        "duration_text": "4:36",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 297411186,
        "artists": [
          {
            "id": "6roFdX1y5BYSbp60OTJWMd",
            "name": "Tim McGraw",
            "link": "https://open.spotify.com/artist/6roFdX1y5BYSbp60OTJWMd"
          },
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          },
          {
            "id": "0u2FHSq3ln94y5Q57xazwf",
            "name": "Keith Urban",
            "link": "https://open.spotify.com/artist/0u2FHSq3ln94y5Q57xazwf"
          }
        ],
        "album": {
          "id": "1O3BsjGx9plSOJ036ZY4Fl",
          "name": "Two Lanes Of Freedom",
          "link": "https://open.spotify.com/album/1O3BsjGx9plSOJ036ZY4Fl",
          "release_date": "2013-01-01",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27393b8a33577c83e2463eec47b",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0293b8a33577c83e2463eec47b",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485193b8a33577c83e2463eec47b",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 11,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "4R2kfaDFhslZEMJqAFNpdd",
        "name": "cardigan",
        "link": "https://open.spotify.com/track/4R2kfaDFhslZEMJqAFNpdd",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 239560,
        "duration_text": "3:59",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2075347684,
        "artists": [
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "2fenSS68JI1h4Fo296JfGr",
          "name": "folklore",
          "link": "https://open.spotify.com/album/2fenSS68JI1h4Fo296JfGr",
          "release_date": "2020-07-24",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0295f754318336a07e85ec59bc",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485195f754318336a07e85ec59bc",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 12,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3E7dfMvvCLUddWissuqMwr",
        "name": "Party In The U.S.A.",
        "link": "https://open.spotify.com/track/3E7dfMvvCLUddWissuqMwr",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 202066,
        "duration_text": "3:22",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2308234447,
        "artists": [
          {
            "id": "5YGY8feqx7naU7z4HrwZM6",
            "name": "Miley Cyrus",
            "link": "https://open.spotify.com/artist/5YGY8feqx7naU7z4HrwZM6"
          }
        ],
        "album": {
          "id": "0IuHVgAvbNDJnJepuSZ8Oz",
          "name": "The Time Of Our Lives (International Version)",
          "link": "https://open.spotify.com/album/0IuHVgAvbNDJnJepuSZ8Oz",
          "release_date": "2009-01-01",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2734ea6653890e297d53e93e3e0",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e024ea6653890e297d53e93e3e0",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048514ea6653890e297d53e93e3e0",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 13,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6I3mqTwhRpn34SLVafSH7G",
        "name": "Ghost",
        "link": "https://open.spotify.com/track/6I3mqTwhRpn34SLVafSH7G",
        "track_number": 11,
        "disc_number": 1,
        "duration_ms": 153190,
        "duration_text": "2:33",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 2385886783,
        "artists": [
          {
            "id": "1uNFoZAHBGtllmzznpCI3s",
            "name": "Justin Bieber",
            "link": "https://open.spotify.com/artist/1uNFoZAHBGtllmzznpCI3s"
          }
        ],
        "album": {
          "id": "5dGWwsZ9iB2Xc3UKR0gif2",
          "name": "Justice",
          "link": "https://open.spotify.com/album/5dGWwsZ9iB2Xc3UKR0gif2",
          "release_date": "2021-03-19",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273e6f407c7f3a0ec98845e4431",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02e6f407c7f3a0ec98845e4431",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851e6f407c7f3a0ec98845e4431",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 14,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "0v35bLSJRyWjnbGmBqbJtk",
        "name": "The Joker And The Queen (feat. Taylor Swift)",
        "link": "https://open.spotify.com/track/0v35bLSJRyWjnbGmBqbJtk",
        "track_number": 20,
        "disc_number": 1,
        "duration_ms": 185422,
        "duration_text": "3:05",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 232931148,
        "artists": [
          {
            "id": "6eUKZXaKkcviH0Ku9w2n3V",
            "name": "Ed Sheeran",
            "link": "https://open.spotify.com/artist/6eUKZXaKkcviH0Ku9w2n3V"
          },
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "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": 15,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1ZMiCix7XSAbfAJlEZWMCp",
        "name": "Falling",
        "link": "https://open.spotify.com/track/1ZMiCix7XSAbfAJlEZWMCp",
        "track_number": 6,
        "disc_number": 1,
        "duration_ms": 240139,
        "duration_text": "4:00",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1605402603,
        "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": 16,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3Uo7WG0vmLQ07WB4BDwy7D",
        "name": "willow",
        "link": "https://open.spotify.com/track/3Uo7WG0vmLQ07WB4BDwy7D",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 214706,
        "duration_text": "3:34",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1116503101,
        "artists": [
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "5jmVg7rwRcgd6ARPAeYNSm",
          "name": "evermore",
          "link": "https://open.spotify.com/album/5jmVg7rwRcgd6ARPAeYNSm",
          "release_date": "2020-12-10",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27325751b4b32829d6bbfe6be7f",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0225751b4b32829d6bbfe6be7f",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485125751b4b32829d6bbfe6be7f",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 17,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "4eWQlBRaTjPPUlzacqEeoQ",
        "name": "Never Be the Same",
        "link": "https://open.spotify.com/track/4eWQlBRaTjPPUlzacqEeoQ",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 226986,
        "duration_text": "3:46",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1223397278,
        "artists": [
          {
            "id": "4nDoRrQiYLoBzwC5BhVJzF",
            "name": "Camila Cabello",
            "link": "https://open.spotify.com/artist/4nDoRrQiYLoBzwC5BhVJzF"
          }
        ],
        "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": 18,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3fRCAPMMZ8l8P9YKI6OCzD",
        "name": "drop dead",
        "link": "https://open.spotify.com/track/3fRCAPMMZ8l8P9YKI6OCzD",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 224998,
        "duration_text": "3:44",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 509580859,
        "artists": [
          {
            "id": "1McMsnEElThX1knmY4oliG",
            "name": "Olivia Rodrigo",
            "link": "https://open.spotify.com/artist/1McMsnEElThX1knmY4oliG"
          }
        ],
        "album": {
          "id": "18qJgKH8dyYe2RRp6TbnNY",
          "name": "you seem pretty sad for a girl so in love",
          "link": "https://open.spotify.com/album/18qJgKH8dyYe2RRp6TbnNY",
          "release_date": "2026-06-11",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2736949b83f85d782b21ce70583",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e026949b83f85d782b21ce70583",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048516949b83f85d782b21ce70583",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 19,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6393yGahSJ9slVdOwSxOVR",
        "name": "Pink Pony Club",
        "link": "https://open.spotify.com/track/6393yGahSJ9slVdOwSxOVR",
        "track_number": 11,
        "disc_number": 1,
        "duration_ms": 258034,
        "duration_text": "4:18",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1328306904,
        "artists": [
          {
            "id": "7GlBOeep6PqTfFi59PTUUN",
            "name": "Chappell Roan",
            "link": "https://open.spotify.com/artist/7GlBOeep6PqTfFi59PTUUN"
          }
        ],
        "album": {
          "id": "0XKconI47eiBP6qPYHsx9f",
          "name": "The Rise and Fall of a Midwest Princess",
          "link": "https://open.spotify.com/album/0XKconI47eiBP6qPYHsx9f",
          "release_date": "2023-09-21",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273a21d22ecf823e1c90aa22d1f",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02a21d22ecf823e1c90aa22d1f",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851a21d22ecf823e1c90aa22d1f",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 20,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "4hQ6UGyWQIGJmHSo0J88JW",
        "name": "Back To You - From 13 Reasons Why – Season 2 Soundtrack",
        "link": "https://open.spotify.com/track/4hQ6UGyWQIGJmHSo0J88JW",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 207904,
        "duration_text": "3:27",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1241231481,
        "artists": [
          {
            "id": "0C8ZW7ezQVs4URX5aX7Kqx",
            "name": "Selena Gomez",
            "link": "https://open.spotify.com/artist/0C8ZW7ezQVs4URX5aX7Kqx"
          }
        ],
        "album": {
          "id": "3N7eWDCvfWv34xWNohdHjO",
          "name": "Back To You (From 13 Reasons Why – Season 2 Soundtrack)",
          "link": "https://open.spotify.com/album/3N7eWDCvfWv34xWNohdHjO",
          "release_date": "2018-05-10",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27330885dcb2b5f38512fbcbc59",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0230885dcb2b5f38512fbcbc59",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485130885dcb2b5f38512fbcbc59",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 21,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1K39ty6o1sHwwlZwO6a7wK",
        "name": "Wildest Dreams (Taylor's Version)",
        "link": "https://open.spotify.com/track/1K39ty6o1sHwwlZwO6a7wK",
        "track_number": 9,
        "disc_number": 1,
        "duration_ms": 220433,
        "duration_text": "3:40",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 1058877890,
        "artists": [
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "64LU4c1nfjz1t4VnGhagcg",
          "name": "1989 (Taylor's Version)",
          "link": "https://open.spotify.com/album/64LU4c1nfjz1t4VnGhagcg",
          "release_date": "2023-10-26",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2734110bfab1185fdfc9dfc2cf0",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e024110bfab1185fdfc9dfc2cf0",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048514110bfab1185fdfc9dfc2cf0",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 22,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "0Cy7wt6IlRfBPHXXjmZbcP",
        "name": "Love Me Like You Do",
        "link": "https://open.spotify.com/track/0Cy7wt6IlRfBPHXXjmZbcP",
        "track_number": 17,
        "disc_number": 1,
        "duration_ms": 253520,
        "duration_text": "4:13",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 773534225,
        "artists": [
          {
            "id": "0X2BH1fck6amBIoJhDVmmJ",
            "name": "Ellie Goulding",
            "link": "https://open.spotify.com/artist/0X2BH1fck6amBIoJhDVmmJ"
          }
        ],
        "album": {
          "id": "4w0N1CaZwQ5RPIuawqlYyy",
          "name": "Fifty Shades Freed (Original Motion Picture Soundtrack)",
          "link": "https://open.spotify.com/album/4w0N1CaZwQ5RPIuawqlYyy",
          "release_date": "2018-02-09",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2736cd9798b6ace10ff98d1abdd",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e026cd9798b6ace10ff98d1abdd",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048516cd9798b6ace10ff98d1abdd",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 23,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1daDRI9ahBonbWD8YcxOIB",
        "name": "Angels Like You",
        "link": "https://open.spotify.com/track/1daDRI9ahBonbWD8YcxOIB",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 196454,
        "duration_text": "3:16",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1421761575,
        "artists": [
          {
            "id": "5YGY8feqx7naU7z4HrwZM6",
            "name": "Miley Cyrus",
            "link": "https://open.spotify.com/artist/5YGY8feqx7naU7z4HrwZM6"
          }
        ],
        "album": {
          "id": "5BRhg6NSEZOj0BR6Iz56fR",
          "name": "Plastic Hearts",
          "link": "https://open.spotify.com/album/5BRhg6NSEZOj0BR6Iz56fR",
          "release_date": "2020-11-27",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273136d46f65c783bd9742dfc6d",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02136d46f65c783bd9742dfc6d",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851136d46f65c783bd9742dfc6d",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 24,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "7fRruZ12gXGwBs0zXQ6e5V",
        "name": "Babe",
        "link": "https://open.spotify.com/track/7fRruZ12gXGwBs0zXQ6e5V",
        "track_number": 7,
        "disc_number": 1,
        "duration_ms": 215106,
        "duration_text": "3:35",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 126260184,
        "artists": [
          {
            "id": "0hYxQe3AK5jBPCr5MumLHD",
            "name": "Sugarland",
            "link": "https://open.spotify.com/artist/0hYxQe3AK5jBPCr5MumLHD"
          },
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "56XXDc04Gugu3CknMcsWLY",
          "name": "Bigger",
          "link": "https://open.spotify.com/album/56XXDc04Gugu3CknMcsWLY",
          "release_date": "2018-06-08",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27333452cbadb9db9189edd7250",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0233452cbadb9db9189edd7250",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485133452cbadb9db9189edd7250",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 25,
      "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": 26,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "4q5YezDOIPcoLr8R81x9qy",
        "name": "I Can Do It With a Broken Heart",
        "link": "https://open.spotify.com/track/4q5YezDOIPcoLr8R81x9qy",
        "track_number": 13,
        "disc_number": 1,
        "duration_ms": 218004,
        "duration_text": "3:38",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 862467928,
        "artists": [
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "1Mo4aZ8pdj6L1jx8zSwJnt",
          "name": "THE TORTURED POETS DEPARTMENT",
          "link": "https://open.spotify.com/album/1Mo4aZ8pdj6L1jx8zSwJnt",
          "release_date": "2024-04-18",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2735076e4160d018e378f488c33",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e025076e4160d018e378f488c33",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048515076e4160d018e378f488c33",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 27,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "0hhzNPE68LWLfgZwdpxVdR",
        "name": "us. (feat. Taylor Swift)",
        "link": "https://open.spotify.com/track/0hhzNPE68LWLfgZwdpxVdR",
        "track_number": 5,
        "disc_number": 1,
        "duration_ms": 242666,
        "duration_text": "4:02",
        "is_explicit": true,
        "is_playable": true,
        "has_video": false,
        "playcount": 309370411,
        "artists": [
          {
            "id": "4tuJ0bMpJh08umKkEXKUI5",
            "name": "Gracie Abrams",
            "link": "https://open.spotify.com/artist/4tuJ0bMpJh08umKkEXKUI5"
          },
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "56bdWeO40o3WfAD2Lja4dl",
          "name": "The Secret of Us",
          "link": "https://open.spotify.com/album/56bdWeO40o3WfAD2Lja4dl",
          "release_date": "2024-06-21",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e026e2101520787791370f4a96b",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048516e2101520787791370f4a96b",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 28,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3TcL0dyCMyr0kyTTc4NLgI",
        "name": "Who Says",
        "link": "https://open.spotify.com/track/3TcL0dyCMyr0kyTTc4NLgI",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 195613,
        "duration_text": "3:15",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 665838164,
        "artists": [
          {
            "id": "6dJeKm76NjfXBNTpHmOhfO",
            "name": "Selena Gomez & The Scene",
            "link": "https://open.spotify.com/artist/6dJeKm76NjfXBNTpHmOhfO"
          }
        ],
        "album": {
          "id": "49yHvRh1cOfLcEKukEP7Ox",
          "name": "When The Sun Goes Down",
          "link": "https://open.spotify.com/album/49yHvRh1cOfLcEKukEP7Ox",
          "release_date": "2011-01-01",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 29,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1kuGVB7EU95pJObxwvfwKS",
        "name": "vampire",
        "link": "https://open.spotify.com/track/1kuGVB7EU95pJObxwvfwKS",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 219724,
        "duration_text": "3:39",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 1740343137,
        "artists": [
          {
            "id": "1McMsnEElThX1knmY4oliG",
            "name": "Olivia Rodrigo",
            "link": "https://open.spotify.com/artist/1McMsnEElThX1knmY4oliG"
          }
        ],
        "album": {
          "id": "1xJHno7SmdVtZAtXbdbDZp",
          "name": "GUTS",
          "link": "https://open.spotify.com/album/1xJHno7SmdVtZAtXbdbDZp",
          "release_date": "2023-09-08",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273e85259a1cae29a8d91f2093d",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02e85259a1cae29a8d91f2093d",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851e85259a1cae29a8d91f2093d",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 30,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2SsY5k7UWFqgye3PUMG3Oq",
        "name": "The Subway",
        "link": "https://open.spotify.com/track/2SsY5k7UWFqgye3PUMG3Oq",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 252276,
        "duration_text": "4:12",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 362930815,
        "artists": [
          {
            "id": "7GlBOeep6PqTfFi59PTUUN",
            "name": "Chappell Roan",
            "link": "https://open.spotify.com/artist/7GlBOeep6PqTfFi59PTUUN"
          }
        ],
        "album": {
          "id": "7GlwcUYHB99l7k13I2Hira",
          "name": "The Subway",
          "link": "https://open.spotify.com/album/7GlwcUYHB99l7k13I2Hira",
          "release_date": "2025-08-01",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2730b96f8824100aab118792442",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e020b96f8824100aab118792442",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048510b96f8824100aab118792442",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 31,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1BxfuPKGuaTgP7aM0Bbdwr",
        "name": "Cruel Summer",
        "link": "https://open.spotify.com/track/1BxfuPKGuaTgP7aM0Bbdwr",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 178426,
        "duration_text": "2:58",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 3487416380,
        "artists": [
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "1NAmidJlEaVgA3MpcPFYGq",
          "name": "Lover",
          "link": "https://open.spotify.com/album/1NAmidJlEaVgA3MpcPFYGq",
          "release_date": "2019-08-23",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273e787cffec20aa2a396a61647",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02e787cffec20aa2a396a61647",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851e787cffec20aa2a396a61647",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 32,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2BaXRCVgn621xHOGoFSuW5",
        "name": "I Really Like You",
        "link": "https://open.spotify.com/track/2BaXRCVgn621xHOGoFSuW5",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 204773,
        "duration_text": "3:24",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 609130428,
        "artists": [
          {
            "id": "6sFIWsNpZYqfjUpaCgueju",
            "name": "Carly Rae Jepsen",
            "link": "https://open.spotify.com/artist/6sFIWsNpZYqfjUpaCgueju"
          }
        ],
        "album": {
          "id": "6Zpf7RlSRIavYGwvsuj94C",
          "name": "Emotion",
          "link": "https://open.spotify.com/album/6Zpf7RlSRIavYGwvsuj94C",
          "release_date": "2015-06-24",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273906478ec1684465b3dca4274",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02906478ec1684465b3dca4274",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851906478ec1684465b3dca4274",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 33,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6rmXhRIemCTPyMYZRDN7Qg",
        "name": "Black Magic",
        "link": "https://open.spotify.com/track/6rmXhRIemCTPyMYZRDN7Qg",
        "track_number": 1,
        "disc_number": 1,
        "duration_ms": 211786,
        "duration_text": "3:31",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 852462334,
        "artists": [
          {
            "id": "3e7awlrlDSwF3iM0WBjGMp",
            "name": "Little Mix",
            "link": "https://open.spotify.com/artist/3e7awlrlDSwF3iM0WBjGMp"
          }
        ],
        "album": {
          "id": "2FnfZiFMv7bmXAIATOJDHs",
          "name": "Get Weird (Expanded Edition)",
          "link": "https://open.spotify.com/album/2FnfZiFMv7bmXAIATOJDHs",
          "release_date": "2015-11-06",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273c6e0126da7f7476dd752b926",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02c6e0126da7f7476dd752b926",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851c6e0126da7f7476dd752b926",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 34,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "5x5JM1BSB6vollcIzDocqT",
        "name": "The Climb",
        "link": "https://open.spotify.com/track/5x5JM1BSB6vollcIzDocqT",
        "track_number": 8,
        "disc_number": 1,
        "duration_ms": 234520,
        "duration_text": "3:54",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 914570313,
        "artists": [
          {
            "id": "5YGY8feqx7naU7z4HrwZM6",
            "name": "Miley Cyrus",
            "link": "https://open.spotify.com/artist/5YGY8feqx7naU7z4HrwZM6"
          }
        ],
        "album": {
          "id": "0IuHVgAvbNDJnJepuSZ8Oz",
          "name": "The Time Of Our Lives (International Version)",
          "link": "https://open.spotify.com/album/0IuHVgAvbNDJnJepuSZ8Oz",
          "release_date": "2009-01-01",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2734ea6653890e297d53e93e3e0",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e024ea6653890e297d53e93e3e0",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048514ea6653890e297d53e93e3e0",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 35,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2DRMuw0U0QbkVQxWxdJV3M",
        "name": "Water Under the Bridge",
        "link": "https://open.spotify.com/track/2DRMuw0U0QbkVQxWxdJV3M",
        "track_number": 6,
        "disc_number": 1,
        "duration_ms": 240439,
        "duration_text": "4:00",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 841737782,
        "artists": [
          {
            "id": "4dpARuHxo51G3z768sgnrY",
            "name": "Adele",
            "link": "https://open.spotify.com/artist/4dpARuHxo51G3z768sgnrY"
          }
        ],
        "album": {
          "id": "6TVfiWmo8KtflUAmkK9gGF",
          "name": "25",
          "link": "https://open.spotify.com/album/6TVfiWmo8KtflUAmkK9gGF",
          "release_date": "2015-11-20",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2737b9888dc365b8f957c63df14",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e027b9888dc365b8f957c63df14",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048517b9888dc365b8f957c63df14",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 36,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2NmsngXHeC1GQ9wWrzhOMf",
        "name": "illicit affairs",
        "link": "https://open.spotify.com/track/2NmsngXHeC1GQ9wWrzhOMf",
        "track_number": 10,
        "disc_number": 1,
        "duration_ms": 190898,
        "duration_text": "3:10",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 643536343,
        "artists": [
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "2fenSS68JI1h4Fo296JfGr",
          "name": "folklore",
          "link": "https://open.spotify.com/album/2fenSS68JI1h4Fo296JfGr",
          "release_date": "2020-07-24",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0295f754318336a07e85ec59bc",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485195f754318336a07e85ec59bc",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 37,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6w2rrJsn8Qpa7veSaVAyKh",
        "name": "Sit Still, Look Pretty",
        "link": "https://open.spotify.com/track/6w2rrJsn8Qpa7veSaVAyKh",
        "track_number": 8,
        "disc_number": 1,
        "duration_ms": 207761,
        "duration_text": "3:27",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 700126275,
        "artists": [
          {
            "id": "6Dd3NScHWwnW6obMFbl1BH",
            "name": "Daya",
            "link": "https://open.spotify.com/artist/6Dd3NScHWwnW6obMFbl1BH"
          }
        ],
        "album": {
          "id": "6cMcASNBAfVvmv0AT6IQj4",
          "name": "Sit Still, Look Pretty",
          "link": "https://open.spotify.com/album/6cMcASNBAfVvmv0AT6IQj4",
          "release_date": "2016-10-07",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273d5a0eaff23dc8cde8f9dec48",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02d5a0eaff23dc8cde8f9dec48",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851d5a0eaff23dc8cde8f9dec48",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 38,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "7wo2UNeQBowm28hfAJsEMz",
        "name": "Birch",
        "link": "https://open.spotify.com/track/7wo2UNeQBowm28hfAJsEMz",
        "track_number": 4,
        "disc_number": 1,
        "duration_ms": 330066,
        "duration_text": "5:30",
        "is_explicit": true,
        "is_playable": true,
        "has_video": false,
        "playcount": 21415407,
        "artists": [
          {
            "id": "7gXy60xRcwYujBFoYHnR2O",
            "name": "Big Red Machine",
            "link": "https://open.spotify.com/artist/7gXy60xRcwYujBFoYHnR2O"
          },
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "3YbMxdapL6mvSQjosFkc0T",
          "name": "How Long Do You Think It's Gonna Last?",
          "link": "https://open.spotify.com/album/3YbMxdapL6mvSQjosFkc0T",
          "release_date": "2021-08-27",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273fbab613f887083f7ee11a1de",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02fbab613f887083f7ee11a1de",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851fbab613f887083f7ee11a1de",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 39,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6vDVu9IM9s8L8XMQ1c1Yti",
        "name": "bittersweet",
        "link": "https://open.spotify.com/track/6vDVu9IM9s8L8XMQ1c1Yti",
        "track_number": 8,
        "disc_number": 1,
        "duration_ms": 202795,
        "duration_text": "3:22",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 255822558,
        "artists": [
          {
            "id": "2kRfqPViCqYdSGhYSM9R0Q",
            "name": "Madison Beer",
            "link": "https://open.spotify.com/artist/2kRfqPViCqYdSGhYSM9R0Q"
          }
        ],
        "album": {
          "id": "766kQKYQvONQk339t5payy",
          "name": "locket",
          "link": "https://open.spotify.com/album/766kQKYQvONQk339t5payy",
          "release_date": "2026-01-16",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273391ad22354ea2e90c54f6b14",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02391ad22354ea2e90c54f6b14",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851391ad22354ea2e90c54f6b14",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 40,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "5wANPM4fQCJwkGd4rN57mH",
        "name": "drivers license",
        "link": "https://open.spotify.com/track/5wANPM4fQCJwkGd4rN57mH",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 242013,
        "duration_text": "4:02",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 2954521213,
        "artists": [
          {
            "id": "1McMsnEElThX1knmY4oliG",
            "name": "Olivia Rodrigo",
            "link": "https://open.spotify.com/artist/1McMsnEElThX1knmY4oliG"
          }
        ],
        "album": {
          "id": "6s84u2TUpR3wdUv4NgKA2j",
          "name": "SOUR",
          "link": "https://open.spotify.com/album/6s84u2TUpR3wdUv4NgKA2j",
          "release_date": "2021-05-21",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273a91c10fe9472d9bd89802e5a",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02a91c10fe9472d9bd89802e5a",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851a91c10fe9472d9bd89802e5a",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 41,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6RRNNciQGZEXnqk8SQ9yv5",
        "name": "You Need To Calm Down",
        "link": "https://open.spotify.com/track/6RRNNciQGZEXnqk8SQ9yv5",
        "track_number": 14,
        "disc_number": 1,
        "duration_ms": 171360,
        "duration_text": "2:51",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1159002111,
        "artists": [
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "1NAmidJlEaVgA3MpcPFYGq",
          "name": "Lover",
          "link": "https://open.spotify.com/album/1NAmidJlEaVgA3MpcPFYGq",
          "release_date": "2019-08-23",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273e787cffec20aa2a396a61647",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02e787cffec20aa2a396a61647",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851e787cffec20aa2a396a61647",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 42,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "7FOgcfdz9Nx5V9lCNXdBYv",
        "name": "Red Wine Supernova",
        "link": "https://open.spotify.com/track/7FOgcfdz9Nx5V9lCNXdBYv",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 192720,
        "duration_text": "3:12",
        "is_explicit": true,
        "is_playable": true,
        "has_video": false,
        "playcount": 665571039,
        "artists": [
          {
            "id": "7GlBOeep6PqTfFi59PTUUN",
            "name": "Chappell Roan",
            "link": "https://open.spotify.com/artist/7GlBOeep6PqTfFi59PTUUN"
          }
        ],
        "album": {
          "id": "0EiI8ylL0FmWWpgHVTsZjZ",
          "name": "The Rise and Fall of a Midwest Princess",
          "link": "https://open.spotify.com/album/0EiI8ylL0FmWWpgHVTsZjZ",
          "release_date": "2023-09-22",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0296fa88fb1789be437d5cb4b6",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485196fa88fb1789be437d5cb4b6",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 43,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "4nyY8oVjbX2d4qzlpiVM5n",
        "name": "Ruin My Life",
        "link": "https://open.spotify.com/track/4nyY8oVjbX2d4qzlpiVM5n",
        "track_number": 9,
        "disc_number": 1,
        "duration_ms": 190051,
        "duration_text": "3:10",
        "is_explicit": true,
        "is_playable": true,
        "has_video": true,
        "playcount": 715389126,
        "artists": [
          {
            "id": "1Xylc3o4UrD53lo9CvFvVg",
            "name": "Zara Larsson",
            "link": "https://open.spotify.com/artist/1Xylc3o4UrD53lo9CvFvVg"
          }
        ],
        "album": {
          "id": "79y7DSLFQH3907u4ysOMGr",
          "name": "Poster Girl",
          "link": "https://open.spotify.com/album/79y7DSLFQH3907u4ysOMGr",
          "release_date": "2021-03-05",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2732b7e82aa841acc14f07faef1",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e022b7e82aa841acc14f07faef1",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048512b7e82aa841acc14f07faef1",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 44,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6L2uVVPJA9WcDc7zCZ4DHN",
        "name": "Love Me Like You",
        "link": "https://open.spotify.com/track/6L2uVVPJA9WcDc7zCZ4DHN",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 197786,
        "duration_text": "3:17",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 389644935,
        "artists": [
          {
            "id": "3e7awlrlDSwF3iM0WBjGMp",
            "name": "Little Mix",
            "link": "https://open.spotify.com/artist/3e7awlrlDSwF3iM0WBjGMp"
          }
        ],
        "album": {
          "id": "2FnfZiFMv7bmXAIATOJDHs",
          "name": "Get Weird (Expanded Edition)",
          "link": "https://open.spotify.com/album/2FnfZiFMv7bmXAIATOJDHs",
          "release_date": "2015-11-06",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273c6e0126da7f7476dd752b926",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02c6e0126da7f7476dd752b926",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851c6e0126da7f7476dd752b926",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 45,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "2vwlzO0Qp8kfEtzTsCXfyE",
        "name": "Wrecking Ball",
        "link": "https://open.spotify.com/track/2vwlzO0Qp8kfEtzTsCXfyE",
        "track_number": 6,
        "disc_number": 1,
        "duration_ms": 221366,
        "duration_text": "3:41",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1333807601,
        "artists": [
          {
            "id": "5YGY8feqx7naU7z4HrwZM6",
            "name": "Miley Cyrus",
            "link": "https://open.spotify.com/artist/5YGY8feqx7naU7z4HrwZM6"
          }
        ],
        "album": {
          "id": "3RDqXDc1bAETps54MSSOW0",
          "name": "Bangerz (Deluxe Version)",
          "link": "https://open.spotify.com/album/3RDqXDc1bAETps54MSSOW0",
          "release_date": "2013-10-04",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273c19a3bef3b59347c8070770b",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02c19a3bef3b59347c8070770b",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851c19a3bef3b59347c8070770b",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 46,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "1MgV7FIyNxIG7WzMRJV5HC",
        "name": "my tears ricochet",
        "link": "https://open.spotify.com/track/1MgV7FIyNxIG7WzMRJV5HC",
        "track_number": 5,
        "disc_number": 1,
        "duration_ms": 255893,
        "duration_text": "4:15",
        "is_explicit": false,
        "is_playable": true,
        "has_video": false,
        "playcount": 891646369,
        "artists": [
          {
            "id": "06HL4z0CvFAxyc27GXpf02",
            "name": "Taylor Swift",
            "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
          }
        ],
        "album": {
          "id": "2fenSS68JI1h4Fo296JfGr",
          "name": "folklore",
          "link": "https://open.spotify.com/album/2fenSS68JI1h4Fo296JfGr",
          "release_date": "2020-07-24",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0295f754318336a07e85ec59bc",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485195f754318336a07e85ec59bc",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 47,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "3CJvmtWw2bJsudbAC5uCQk",
        "name": "Hands To Myself",
        "link": "https://open.spotify.com/track/3CJvmtWw2bJsudbAC5uCQk",
        "track_number": 3,
        "disc_number": 1,
        "duration_ms": 200680,
        "duration_text": "3:20",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 802551997,
        "artists": [
          {
            "id": "0C8ZW7ezQVs4URX5aX7Kqx",
            "name": "Selena Gomez",
            "link": "https://open.spotify.com/artist/0C8ZW7ezQVs4URX5aX7Kqx"
          }
        ],
        "album": {
          "id": "3Kbuu2tHsIbplFUkB7a5oE",
          "name": "Revival (Deluxe)",
          "link": "https://open.spotify.com/album/3Kbuu2tHsIbplFUkB7a5oE",
          "release_date": "2015-10-09",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2736bc7473df6c9d1fd90972e84",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e026bc7473df6c9d1fd90972e84",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048516bc7473df6c9d1fd90972e84",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 48,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "73jVPicY2G9YHmzgjk69ae",
        "name": "Robbers",
        "link": "https://open.spotify.com/track/73jVPicY2G9YHmzgjk69ae",
        "track_number": 10,
        "disc_number": 1,
        "duration_ms": 254509,
        "duration_text": "4:14",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 595645062,
        "artists": [
          {
            "id": "3mIj9lX2MWuHmhNCA7LSCW",
            "name": "The 1975",
            "link": "https://open.spotify.com/artist/3mIj9lX2MWuHmhNCA7LSCW"
          }
        ],
        "album": {
          "id": "6Z1zv6Hw9bdvSoxI5uYk2h",
          "name": "The 1975",
          "link": "https://open.spotify.com/album/6Z1zv6Hw9bdvSoxI5uYk2h",
          "release_date": "2013-01-01",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b27304f21e12e67ba0dfd5db4fbf",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e0204f21e12e67ba0dfd5db4fbf",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d0000485104f21e12e67ba0dfd5db4fbf",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 49,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "563SfWAHJs4FBZMkRN0IFN",
        "name": "Send My Love (To Your New Lover)",
        "link": "https://open.spotify.com/track/563SfWAHJs4FBZMkRN0IFN",
        "track_number": 2,
        "disc_number": 1,
        "duration_ms": 223078,
        "duration_text": "3:43",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 1378936163,
        "artists": [
          {
            "id": "4dpARuHxo51G3z768sgnrY",
            "name": "Adele",
            "link": "https://open.spotify.com/artist/4dpARuHxo51G3z768sgnrY"
          }
        ],
        "album": {
          "id": "6TVfiWmo8KtflUAmkK9gGF",
          "name": "25",
          "link": "https://open.spotify.com/album/6TVfiWmo8KtflUAmkK9gGF",
          "release_date": "2015-11-20",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b2737b9888dc365b8f957c63df14",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e027b9888dc365b8f957c63df14",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d000048517b9888dc365b8f957c63df14",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    },
    {
      "position": 50,
      "added_at": "1970-01-01T00:00:00Z",
      "added_by": null,
      "chart": null,
      "item": {
        "type": "track",
        "id": "6fxVffaTuwjgEk5h9QyRjy",
        "name": "Photograph",
        "link": "https://open.spotify.com/track/6fxVffaTuwjgEk5h9QyRjy",
        "track_number": 6,
        "disc_number": 1,
        "duration_ms": 258986,
        "duration_text": "4:18",
        "is_explicit": false,
        "is_playable": true,
        "has_video": true,
        "playcount": 3553827006,
        "artists": [
          {
            "id": "6eUKZXaKkcviH0Ku9w2n3V",
            "name": "Ed Sheeran",
            "link": "https://open.spotify.com/artist/6eUKZXaKkcviH0Ku9w2n3V"
          }
        ],
        "album": {
          "id": "6NoBzYmh5gUusGPCfg0pct",
          "name": "x (Wembley Edition)",
          "link": "https://open.spotify.com/album/6NoBzYmh5gUusGPCfg0pct",
          "release_date": "2013",
          "images": [
            {
              "link": "https://i.scdn.co/image/ab67616d0000b273d08209944468440145f01524",
              "width": 640,
              "height": 640
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00001e02d08209944468440145f01524",
              "width": 300,
              "height": 300
            },
            {
              "link": "https://i.scdn.co/image/ab67616d00004851d08209944468440145f01524",
              "width": 64,
              "height": 64
            }
          ]
        }
      }
    }
  ]
}