SoundCloud Scraper

ENDPOINTS
GET/users/popular-tracks

User Popular Tracks

Get a user's most popular tracks in one call, ranked the way their profile shows them.

QUERY PARAMS

SoundCloud profile link, numeric ID, URN or username permalink.

Examples:

  • Permalink: billieeilish
  • Link: https://soundcloud.com/billieeilish
  • ID: 87105617
{
  "user_id": 87105617,
  "tracks": [
    {
      "rank": 1,
      "id": 233719633,
      "title": "Ocean Eyes",
      "link": "https://soundcloud.com/billieeilish/ocean-eyes",
      "permalink": "ocean-eyes",
      "secret_token": null,
      "description": "No Fair...",
      "caption": null,
      "genre": "Indie",
      "tags": [
        "Pop",
        "Dark",
        "Billie",
        "Eilish",
        "Ocean Eyes",
        "sHES brOKen",
        "Lana Del Rey",
        "Marina And The Diamonds",
        "The Weeknd",
        "Halsey",
        "Lapsley",
        "Aurora",
        "Drake",
        "Alina Baraz",
        "Alt",
        "Singer",
        "Songwriter",
        "Lorde"
      ],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 200456,
      "duration": "3:20",
      "playable_duration_ms": 200456,
      "release_date": null,
      "stats": {
        "plays": 75074330,
        "likes": 1334600,
        "reposts": 29311,
        "comments": 28409,
        "downloads": 39
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-000194211850-6zfpyg-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-000194211850-6zfpyg-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": null,
        "release_title": null,
        "isrc": "US23A1500056",
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": null,
        "has_music": true
      },
      "purchase": {
        "title": "STREAM",
        "link": "https://open.spotify.com/album/2msN7XBgV3JCjQ7Tq3t7i9"
      },
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/gE8zJfoXbliZ_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:233719633",
      "created_at": "2015-11-19T03:18:57Z",
      "updated_at": "2022-07-13T01:21:00Z"
    },
    {
      "rank": 2,
      "id": 1822833672,
      "title": "WILDFLOWER",
      "link": "https://soundcloud.com/billieeilish/wildflower",
      "permalink": "wildflower",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 261512,
      "duration": "4:21",
      "playable_duration_ms": 261512,
      "release_date": "2024-05-17",
      "stats": {
        "plays": 16877131,
        "likes": 310475,
        "reposts": 2851,
        "comments": 7681,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-s9z4Df3WBYtN-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-s9z4Df3WBYtN-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "HIT ME HARD AND SOFT",
        "release_title": "WILDFLOWER",
        "isrc": "USUM72401993",
        "upc": "00602465638707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2024 Darkroom/Interscope Records",
        "c_line": "© 2024 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/pa5AZDT4bTtX_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1822833672",
      "created_at": "2024-05-15T22:14:49Z",
      "updated_at": "2025-07-15T03:56:43Z"
    },
    {
      "rank": 3,
      "id": 1822834458,
      "title": "BIRDS OF A FEATHER",
      "link": "https://soundcloud.com/billieeilish/birds-of-a-feather",
      "permalink": "birds-of-a-feather",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 210416,
      "duration": "3:30",
      "playable_duration_ms": 210416,
      "release_date": "2024-05-17",
      "stats": {
        "plays": 15236981,
        "likes": 292730,
        "reposts": 2743,
        "comments": 5523,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-UMCMlAzFBWD7-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-UMCMlAzFBWD7-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "HIT ME HARD AND SOFT",
        "release_title": "BIRDS OF A FEATHER",
        "isrc": "USUM72401994",
        "upc": "00602465638707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2024 Darkroom/Interscope Records",
        "c_line": "© 2024 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/dMM8ts5l8pVZ_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1822834458",
      "created_at": "2024-05-15T22:15:34Z",
      "updated_at": "2025-07-15T03:53:44Z"
    },
    {
      "rank": 4,
      "id": 431099817,
      "title": "lovely",
      "link": "https://soundcloud.com/billieeilish/lovely",
      "permalink": "lovely",
      "secret_token": null,
      "description": "#SCFIRST",
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom",
      "license": "all-rights-reserved",
      "duration_ms": 201900,
      "duration": "3:21",
      "playable_duration_ms": 201900,
      "release_date": "2018-04-19",
      "stats": {
        "plays": 78303498,
        "likes": 1126047,
        "reposts": 26654,
        "comments": 26442,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-LSgC3Oii372Q-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-LSgC3Oii372Q-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish, Khalid",
        "album_title": "lovely",
        "release_title": "lovely",
        "isrc": "USUM71804190",
        "upc": "00602567150947",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2018 Darkroom/Interscope Records",
        "c_line": "© 2018 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": {
        "title": "Buy/Stream",
        "link": "http://smarturl.it/lovelysingle"
      },
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/MU3mDsIlxK4V_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:431099817",
      "created_at": "2018-04-17T17:35:33Z",
      "updated_at": "2026-09-08T17:55:36Z"
    },
    {
      "rank": 5,
      "id": 1822834335,
      "title": "CHIHIRO",
      "link": "https://soundcloud.com/billieeilish/chihiro",
      "permalink": "chihiro",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 303491,
      "duration": "5:03",
      "playable_duration_ms": 303491,
      "release_date": "2024-05-17",
      "stats": {
        "plays": 10951687,
        "likes": 219664,
        "reposts": 1942,
        "comments": 4067,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-B2f1JDlwczw4-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-B2f1JDlwczw4-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "HIT ME HARD AND SOFT",
        "release_title": "CHIHIRO",
        "isrc": "USUM72401988",
        "upc": "00602465638707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2024 Darkroom/Interscope Records",
        "c_line": "© 2024 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/YJXBPUBOrhCJ_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1822834335",
      "created_at": "2024-05-15T22:15:26Z",
      "updated_at": "2025-07-15T03:50:35Z"
    },
    {
      "rank": 6,
      "id": 355985618,
      "title": "bitches broken hearts",
      "link": "https://soundcloud.com/billieeilish/bitches-broken-hearts",
      "permalink": "bitches-broken-hearts",
      "secret_token": null,
      "description": "produced by @EmmitFenn\nco-produced by @finneasmusic\n\n<3 on HypeM: http://hypem.com/track/2pwsj\n\nFollow Billie Eilish:\nYouTube: www.youtube.com/billieeilish\nFacebook: www.facebook.com/billieeilish/ \nInstagram: www.instagram.com/wherearetheavocados/\nTwitter: twitter.com/Billieeilish",
      "caption": null,
      "genre": "R&B & Soul",
      "tags": [
        "Downtempo",
        "ambient",
        "R&B",
        "pop"
      ],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 176132,
      "duration": "2:56",
      "playable_duration_ms": 176132,
      "release_date": "2017-11-10",
      "stats": {
        "plays": 37965492,
        "likes": 647770,
        "reposts": 20247,
        "comments": 8146,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-000256343465-habtlo-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-000256343465-habtlo-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": null,
        "release_title": null,
        "isrc": "USUM71803745",
        "upc": null,
        "publisher": null,
        "writers": "Billie Eilish, Finneas O'Connell, Emmit Fenn",
        "p_line": "℗ © 2017 Darkroom/Interscope Records",
        "c_line": null,
        "is_explicit": null,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/N7w4SSKxxq76_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:355985618",
      "created_at": "2017-11-15T03:06:58Z",
      "updated_at": "2022-07-10T12:56:26Z"
    },
    {
      "rank": 7,
      "id": 1096504597,
      "title": "Happier Than Ever",
      "link": "https://soundcloud.com/billieeilish/happier-than-ever",
      "permalink": "happier-than-ever",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 298945,
      "duration": "4:58",
      "playable_duration_ms": 298945,
      "release_date": "2021-07-30",
      "stats": {
        "plays": 18894640,
        "likes": 332823,
        "reposts": 4779,
        "comments": 13580,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-7vooK1tSMHYe-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-7vooK1tSMHYe-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "Happier Than Ever",
        "release_title": "Happier Than Ever",
        "isrc": "USUM72105936",
        "upc": "00602438247707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2021 Darkroom/Interscope Records",
        "c_line": "© 2021 Darkroom/Interscope Records",
        "is_explicit": true,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/Qd1Fv4dPEyuF_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1096504597",
      "created_at": "2021-07-29T17:57:15Z",
      "updated_at": "2026-09-10T11:02:44Z"
    },
    {
      "rank": 8,
      "id": 712499065,
      "title": "everything i wanted",
      "link": "https://soundcloud.com/billieeilish/everything-i-wanted",
      "permalink": "everything-i-wanted",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 245473,
      "duration": "4:05",
      "playable_duration_ms": 245473,
      "release_date": "2019-11-14",
      "stats": {
        "plays": 30891910,
        "likes": 514408,
        "reposts": 10816,
        "comments": 13714,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-fVBu12tufbc9-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-fVBu12tufbc9-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "everything i wanted",
        "release_title": "everything i wanted",
        "isrc": "USUM71922577",
        "upc": "00602508508462",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2019 Darkroom/Interscope Records",
        "c_line": "© 2019 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/QV5CACafb80b_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:712499065",
      "created_at": "2019-11-14T02:07:25Z",
      "updated_at": "2026-09-08T17:58:21Z"
    },
    {
      "rank": 9,
      "id": 1822834869,
      "title": "LUNCH",
      "link": "https://soundcloud.com/billieeilish/lunch",
      "permalink": "lunch",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 179618,
      "duration": "2:59",
      "playable_duration_ms": 179618,
      "release_date": "2024-05-17",
      "stats": {
        "plays": 6492482,
        "likes": 129343,
        "reposts": 1282,
        "comments": 3312,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-NqZ22bYdyFbu-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-NqZ22bYdyFbu-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "HIT ME HARD AND SOFT",
        "release_title": "LUNCH",
        "isrc": "USUM72401991",
        "upc": "00602465638707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2024 Darkroom/Interscope Records",
        "c_line": "© 2024 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/e8wHrWQ4lPGa_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1822834869",
      "created_at": "2024-05-15T22:15:57Z",
      "updated_at": "2025-07-15T03:47:56Z"
    },
    {
      "rank": 10,
      "id": 512080026,
      "title": "when the party's over",
      "link": "https://soundcloud.com/billieeilish/when-the-partys-over",
      "permalink": "when-the-partys-over",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom",
      "license": "all-rights-reserved",
      "duration_ms": 200011,
      "duration": "3:20",
      "playable_duration_ms": 200011,
      "release_date": "2018-10-17",
      "stats": {
        "plays": 16609877,
        "likes": 266281,
        "reposts": 6783,
        "comments": 3329,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-M8oCCo3ddvIB-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-M8oCCo3ddvIB-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "when the party's over",
        "release_title": "when the party's over",
        "isrc": "USUM71815958",
        "upc": "00602577125546",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2018 Darkroom/Interscope Records",
        "c_line": "© 2018 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/zSGLCfeNjNy0_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:512080026",
      "created_at": "2018-10-10T01:44:20Z",
      "updated_at": "2026-02-18T12:32:59Z"
    },
    {
      "rank": 11,
      "id": 1564180549,
      "title": "What Was I Made For? [From The Motion Picture \"Barbie\"]",
      "link": "https://soundcloud.com/billieeilish/what-was-i-made-for-from-the",
      "permalink": "what-was-i-made-for-from-the",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 222407,
      "duration": "3:42",
      "playable_duration_ms": 222407,
      "release_date": "2023-07-13",
      "stats": {
        "plays": 8473080,
        "likes": 174133,
        "reposts": 1708,
        "comments": 3698,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-ls4U2f8QOPl7-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-ls4U2f8QOPl7-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "What Was I Made For? [From The Motion Picture \"Barbie\"]",
        "release_title": "What Was I Made For? [From The Motion Picture \"Barbie\"]",
        "isrc": "USUM72307484",
        "upc": "00602458247367",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2023 Darkroom/Interscope Records",
        "c_line": "© 2023 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/0RGZkAcVNzAa_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1564180549",
      "created_at": "2023-07-13T16:47:56Z",
      "updated_at": "2025-07-15T03:02:26Z"
    },
    {
      "rank": 12,
      "id": 1309428043,
      "title": "TV",
      "link": "https://soundcloud.com/billieeilish/tv",
      "permalink": "tv",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 281417,
      "duration": "4:41",
      "playable_duration_ms": 281417,
      "release_date": "2022-07-21",
      "stats": {
        "plays": 10419213,
        "likes": 179908,
        "reposts": 2216,
        "comments": 3843,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-Z3cA4btWqNp2-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-Z3cA4btWqNp2-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "Guitar Songs",
        "release_title": "TV",
        "isrc": "USUM72213724",
        "upc": "00602448304773",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2022 Darkroom/Interscope Records",
        "c_line": "© 2022 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/EwLbge9DcI9R_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1309428043",
      "created_at": "2022-07-21T18:14:06Z",
      "updated_at": "2026-08-09T07:37:03Z"
    },
    {
      "rank": 13,
      "id": 597146316,
      "title": "i love you",
      "link": "https://soundcloud.com/billieeilish/i-love-you",
      "permalink": "i-love-you",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 291892,
      "duration": "4:51",
      "playable_duration_ms": 291892,
      "release_date": "2019-03-29",
      "stats": {
        "plays": 6156424,
        "likes": 127241,
        "reposts": 1860,
        "comments": 1959,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-ze41eAbhHbxf-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-ze41eAbhHbxf-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "WHEN WE ALL FALL ASLEEP, WHERE DO WE GO?",
        "release_title": "i love you",
        "isrc": "USUM71900773",
        "upc": "00602577427640",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2019 Darkroom/Interscope Records",
        "c_line": "© 2019 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/aVdZxBJ5bZjk_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:597146316",
      "created_at": "2019-03-28T06:53:50Z",
      "updated_at": "2025-05-06T21:32:20Z"
    },
    {
      "rank": 14,
      "id": 1822834047,
      "title": "BLUE",
      "link": "https://soundcloud.com/billieeilish/blue",
      "permalink": "blue",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 343171,
      "duration": "5:43",
      "playable_duration_ms": 343171,
      "release_date": "2024-05-17",
      "stats": {
        "plays": 6160291,
        "likes": 129090,
        "reposts": 1106,
        "comments": 2503,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-ijbbBfO7ycyG-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-ijbbBfO7ycyG-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "HIT ME HARD AND SOFT",
        "release_title": "BLUE",
        "isrc": "USUM72401996",
        "upc": "00602465638707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2024 Darkroom/Interscope Records",
        "c_line": "© 2024 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/JASA5vIlDnM5_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1822834047",
      "created_at": "2024-05-15T22:15:11Z",
      "updated_at": "2025-07-15T03:51:24Z"
    },
    {
      "rank": 15,
      "id": 270518513,
      "title": "Six Feet Under",
      "link": "https://soundcloud.com/billieeilish/six-feet-under",
      "permalink": "six-feet-under",
      "secret_token": null,
      "description": "would roses bloom?",
      "caption": null,
      "genre": "Indie",
      "tags": [
        "Pop",
        "Dark",
        "Billie",
        "Eilish",
        "Ocean Eyes",
        "sHES brOKen",
        "Lana Del Rey",
        "Marina And The Diamonds",
        "The Weeknd",
        "Halsey",
        "Lapsley",
        "Aurora",
        "Drake",
        "Tyler the Creator",
        "Alt",
        "Singer",
        "Lorde",
        "Gloompop"
      ],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 189691,
      "duration": "3:09",
      "playable_duration_ms": 189691,
      "release_date": null,
      "stats": {
        "plays": 39385708,
        "likes": 740175,
        "reposts": 18887,
        "comments": 9074,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-000168692910-12tmku-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-000168692910-12tmku-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": null,
        "release_title": null,
        "isrc": "TCACP1646299",
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": null,
        "has_music": true
      },
      "purchase": {
        "title": "STREAM",
        "link": "https://open.spotify.com/album/74TRp3O8BRdGxc0XO0UzoY"
      },
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/iDzhb57If7yQ_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:270518513",
      "created_at": "2016-06-23T17:03:04Z",
      "updated_at": "2022-07-12T04:20:13Z"
    },
    {
      "rank": 16,
      "id": 332962988,
      "title": "idontwannabeyouanymore",
      "link": "https://soundcloud.com/billieeilish/idontwannabeyouanymore",
      "permalink": "idontwannabeyouanymore",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom",
      "license": "all-rights-reserved",
      "duration_ms": 203598,
      "duration": "3:23",
      "playable_duration_ms": 203598,
      "release_date": "2017-12-22",
      "stats": {
        "plays": 40096426,
        "likes": 577738,
        "reposts": 12725,
        "comments": 8031,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-mll8MwFAi7Hc-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-mll8MwFAi7Hc-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "dont smile at me",
        "release_title": "idontwannabeyouanymore",
        "isrc": "USUM71707712",
        "upc": "00602567328070",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2017 Darkroom/Interscope Records",
        "c_line": "© 2017 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": {
        "title": "<3",
        "link": "http://bit.ly/idwbyaHypeM"
      },
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/HhJGopum0Fpo_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:332962988",
      "created_at": "2017-07-13T02:40:09Z",
      "updated_at": "2026-06-16T23:31:30Z"
    },
    {
      "rank": 17,
      "id": 597146499,
      "title": "bad guy",
      "link": "https://soundcloud.com/billieeilish/bad-guy",
      "permalink": "bad-guy",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 194160,
      "duration": "3:14",
      "playable_duration_ms": 194160,
      "release_date": "2019-03-29",
      "stats": {
        "plays": 50642433,
        "likes": 847472,
        "reposts": 18874,
        "comments": 28223,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-wYvZZqKhgYd1-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-wYvZZqKhgYd1-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "WHEN WE ALL FALL ASLEEP, WHERE DO WE GO?",
        "release_title": "bad guy",
        "isrc": "USUM71900764",
        "upc": "00602577427640",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2019 Darkroom/Interscope Records",
        "c_line": "© 2019 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/qh8DF2hH5U6B_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:597146499",
      "created_at": "2019-03-28T06:54:20Z",
      "updated_at": "2026-09-18T10:51:03Z"
    },
    {
      "rank": 18,
      "id": 1822833966,
      "title": "THE GREATEST",
      "link": "https://soundcloud.com/billieeilish/the-greatest",
      "permalink": "the-greatest",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 293878,
      "duration": "4:53",
      "playable_duration_ms": 293878,
      "release_date": "2024-05-17",
      "stats": {
        "plays": 5143522,
        "likes": 101902,
        "reposts": 964,
        "comments": 2290,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-f8fa0f5k3lg5-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-f8fa0f5k3lg5-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "HIT ME HARD AND SOFT",
        "release_title": "THE GREATEST",
        "isrc": "USUM72401992",
        "upc": "00602465638707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2024 Darkroom/Interscope Records",
        "c_line": "© 2024 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/btenWqWhs5Pc_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1822833966",
      "created_at": "2024-05-15T22:15:06Z",
      "updated_at": "2025-07-15T03:47:18Z"
    },
    {
      "rank": 19,
      "id": 308016419,
      "title": "bellyache",
      "link": "https://soundcloud.com/billieeilish/bellyache-1",
      "permalink": "bellyache-1",
      "secret_token": null,
      "description": "Connect with Billie Eilish:\nYouTube: https://www.youtube.com/billieeilish\nFacebook: https://www.facebook.com/billieeilish/ \nInstagram: https://www.instagram.com/wherearetheavocados/\nTwitter: https://twitter.com/Billieeilish\n\niTunes: http://smarturl.it/Bellyache\nApple Music: http://smarturl.it/Bellyache.ap\nSpotify: http://smarturl.it/Bellyache.sp\nAmazon mp3: http://smarturl.it/Bellyache.amz",
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom",
      "license": "all-rights-reserved",
      "duration_ms": 179241,
      "duration": "2:59",
      "playable_duration_ms": 179241,
      "release_date": "2017-02-24",
      "stats": {
        "plays": 29706985,
        "likes": 452215,
        "reposts": 11899,
        "comments": 7403,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-mCMpJIr9XFpv-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-mCMpJIr9XFpv-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "Bellyache",
        "release_title": "bellyache",
        "isrc": "USUM71615103",
        "upc": "00602557307894",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2017 Darkroom/Interscope Records",
        "c_line": "© 2017 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": {
        "title": "STREAM",
        "link": "http://smarturl.it/Bellyache.sp"
      },
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/qXWJILN8ezvx_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:308016419",
      "created_at": "2017-02-16T11:03:21Z",
      "updated_at": "2026-06-16T23:32:01Z"
    },
    {
      "rank": 20,
      "id": 464865633,
      "title": "hotline bling",
      "link": "https://soundcloud.com/billieeilish/hotline-bling",
      "permalink": "hotline-bling",
      "secret_token": null,
      "description": "Get the vinyl: https://www.recordstoreday.com/UPC/602567383659",
      "caption": null,
      "genre": "Folk & Singer-Songwriter",
      "tags": [
        "drake",
        "scorpion",
        "hotline bling"
      ],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 133968,
      "duration": "2:13",
      "playable_duration_ms": 133968,
      "release_date": null,
      "stats": {
        "plays": 16574697,
        "likes": 345042,
        "reposts": 11704,
        "comments": 10069,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-000366423504-panrka-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-000366423504-panrka-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "billie eilish",
        "album_title": null,
        "release_title": null,
        "isrc": "USUM71800117",
        "upc": null,
        "publisher": null,
        "writers": "billie eilish",
        "p_line": "℗ 2018 ℗ 2018 Darkroom/Interscope Records",
        "c_line": null,
        "is_explicit": null,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/1GjpfNDQONjt_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:464865633",
      "created_at": "2018-06-28T23:32:53Z",
      "updated_at": "2022-05-22T23:05:58Z"
    },
    {
      "rank": 21,
      "id": 1822833846,
      "title": "L’AMOUR DE MA VIE",
      "link": "https://soundcloud.com/billieeilish/lamour-de-ma-vie",
      "permalink": "lamour-de-ma-vie",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 334028,
      "duration": "5:34",
      "playable_duration_ms": 334028,
      "release_date": "2024-05-17",
      "stats": {
        "plays": 4315331,
        "likes": 85675,
        "reposts": 721,
        "comments": 1622,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-RBswMyACSOAg-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-RBswMyACSOAg-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "HIT ME HARD AND SOFT",
        "release_title": "L’AMOUR DE MA VIE",
        "isrc": "USUM72401990",
        "upc": "00602465638707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2024 Darkroom/Interscope Records",
        "c_line": "© 2024 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/B3rcGAHPFTgJ_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1822833846",
      "created_at": "2024-05-15T22:14:59Z",
      "updated_at": "2025-07-15T03:52:37Z"
    },
    {
      "rank": 22,
      "id": 1083979594,
      "title": "NDA",
      "link": "https://soundcloud.com/billieeilish/nda-1",
      "permalink": "nda-1",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 195814,
      "duration": "3:15",
      "playable_duration_ms": 195814,
      "release_date": "2021-07-30",
      "stats": {
        "plays": 6650000,
        "likes": 129393,
        "reposts": 1497,
        "comments": 2909,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-vD7GKeiEfEA0-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-vD7GKeiEfEA0-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "Happier Than Ever",
        "release_title": "NDA",
        "isrc": "USUM72105935",
        "upc": "00602438247707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2021 Darkroom/Interscope Records",
        "c_line": "© 2021 Darkroom/Interscope Records",
        "is_explicit": true,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/1CNDvs9k9853_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1083979594",
      "created_at": "2021-07-08T16:19:35Z",
      "updated_at": "2025-07-31T19:59:26Z"
    },
    {
      "rank": 23,
      "id": 335860173,
      "title": "hostage",
      "link": "https://soundcloud.com/billieeilish/hostage",
      "permalink": "hostage",
      "secret_token": null,
      "description": "<3 on Hypem: http://bit.ly/BEhostageHypem\n\nFollow Billie Eilish:\nYouTube: www.youtube.com/billieeilish\nFacebook: www.facebook.com/billieeilish/ \nInstagram: www.instagram.com/wherearetheavocados/\nTwitter: twitter.com/Billieeilish",
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom",
      "license": "all-rights-reserved",
      "duration_ms": 229460,
      "duration": "3:49",
      "playable_duration_ms": 229460,
      "release_date": "2017-12-22",
      "stats": {
        "plays": 21933436,
        "likes": 297592,
        "reposts": 5867,
        "comments": 3390,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-ERyiANSeLuIU-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-ERyiANSeLuIU-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "dont smile at me",
        "release_title": "hostage",
        "isrc": "USUM71708096",
        "upc": "00602567328070",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2017 Darkroom/Interscope Records",
        "c_line": "© 2017 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": {
        "title": "<3",
        "link": "http://bit.ly/BEhostageHypem"
      },
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/HS8hIaJeYXEb_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:335860173",
      "created_at": "2017-08-01T22:25:59Z",
      "updated_at": "2026-06-16T23:29:58Z"
    },
    {
      "rank": 24,
      "id": 1822834650,
      "title": "SKINNY",
      "link": "https://soundcloud.com/billieeilish/skinny",
      "permalink": "skinny",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 219768,
      "duration": "3:39",
      "playable_duration_ms": 219768,
      "release_date": "2024-05-17",
      "stats": {
        "plays": 5447306,
        "likes": 86165,
        "reposts": 896,
        "comments": 2976,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-JofagV7cqUIG-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-JofagV7cqUIG-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "HIT ME HARD AND SOFT",
        "release_title": "SKINNY",
        "isrc": "USUM72401995",
        "upc": "00602465638707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2024 Darkroom/Interscope Records",
        "c_line": "© 2024 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/2HxKDHCzhW01_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1822834650",
      "created_at": "2024-05-15T22:15:44Z",
      "updated_at": "2025-07-15T03:47:22Z"
    },
    {
      "rank": 25,
      "id": 760294024,
      "title": "No Time To Die",
      "link": "https://soundcloud.com/billieeilish/no-time-to-die",
      "permalink": "no-time-to-die",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 242312,
      "duration": "4:02",
      "playable_duration_ms": 242312,
      "release_date": "2020-02-14",
      "stats": {
        "plays": 9380132,
        "likes": 183057,
        "reposts": 4351,
        "comments": 5744,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-sQhKEU7PJhMu-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-sQhKEU7PJhMu-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "No Time To Die",
        "release_title": "No Time To Die",
        "isrc": "USUM72002771",
        "upc": "00602508807220",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2020 Darkroom/Interscope Records",
        "c_line": "© 2020 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/yhHBALfAv47c_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:760294024",
      "created_at": "2020-02-14T00:56:20Z",
      "updated_at": "2025-10-30T20:41:19Z"
    },
    {
      "rank": 26,
      "id": 1822834881,
      "title": "BITTERSUITE",
      "link": "https://soundcloud.com/billieeilish/bittersuite",
      "permalink": "bittersuite",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 298475,
      "duration": "4:58",
      "playable_duration_ms": 298475,
      "release_date": "2024-05-17",
      "stats": {
        "plays": 3801248,
        "likes": 75275,
        "reposts": 641,
        "comments": 1599,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-jEFTnhpnVLSq-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-jEFTnhpnVLSq-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "HIT ME HARD AND SOFT",
        "release_title": "BITTERSUITE",
        "isrc": "USUM72401987",
        "upc": "00602465638707",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2024 Darkroom/Interscope Records",
        "c_line": "© 2024 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/4LqGX8Rlc7S4_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1822834881",
      "created_at": "2024-05-15T22:15:57Z",
      "updated_at": "2025-07-15T03:44:32Z"
    },
    {
      "rank": 27,
      "id": 1309430593,
      "title": "The 30th",
      "link": "https://soundcloud.com/billieeilish/the-30th",
      "permalink": "the-30th",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 216477,
      "duration": "3:36",
      "playable_duration_ms": 216477,
      "release_date": "2022-07-21",
      "stats": {
        "plays": 3268427,
        "likes": 75185,
        "reposts": 1158,
        "comments": 3554,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-9lgs198OtP2o-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-9lgs198OtP2o-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "Guitar Songs",
        "release_title": "The 30th",
        "isrc": "USUM72213725",
        "upc": "00602448304773",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2022 Darkroom/Interscope Records",
        "c_line": "© 2022 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/ZYyVfKK1scqh_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:1309430593",
      "created_at": "2022-07-21T18:16:25Z",
      "updated_at": "2026-08-09T07:36:58Z"
    },
    {
      "rank": 28,
      "id": 563693139,
      "title": "bury a friend",
      "link": "https://soundcloud.com/billieeilish/bury-a-friend",
      "permalink": "bury-a-friend",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom",
      "license": "all-rights-reserved",
      "duration_ms": 193219,
      "duration": "3:13",
      "playable_duration_ms": 193219,
      "release_date": "2019-01-30",
      "stats": {
        "plays": 31775857,
        "likes": 495471,
        "reposts": 11408,
        "comments": 12482,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-T71GLVqVOhrG-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-T71GLVqVOhrG-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "bury a friend",
        "release_title": "bury a friend",
        "isrc": "USUM71900770",
        "upc": "00602577437243",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2019 Darkroom/Interscope Records",
        "c_line": "© 2019 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/IbKqQykEi7kb_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:563693139",
      "created_at": "2019-01-24T02:13:33Z",
      "updated_at": "2026-08-09T08:42:19Z"
    },
    {
      "rank": 29,
      "id": 329430750,
      "title": "watch",
      "link": "https://soundcloud.com/billieeilish/watch",
      "permalink": "watch",
      "secret_token": null,
      "description": "<3 \"watch\" on Hype Machine: http://bit.ly/BEwatch",
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom",
      "license": "all-rights-reserved",
      "duration_ms": 177554,
      "duration": "2:57",
      "playable_duration_ms": 177554,
      "release_date": "2017-12-22",
      "stats": {
        "plays": 15752175,
        "likes": 226402,
        "reposts": 4896,
        "comments": 2433,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-as1e5otyWRqb-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-as1e5otyWRqb-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "dont smile at me",
        "release_title": "watch",
        "isrc": "USUM71706941",
        "upc": "00602567328070",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2017 Darkroom/Interscope Records",
        "c_line": "© 2017 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": {
        "title": "<3",
        "link": "http://bit.ly/BEwatch"
      },
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/prSC5429FOBo_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:329430750",
      "created_at": "2017-06-22T02:31:38Z",
      "updated_at": "2026-06-16T23:30:15Z"
    },
    {
      "rank": 30,
      "id": 928177873,
      "title": "Therefore I Am",
      "link": "https://soundcloud.com/billieeilish/therefore-i-am",
      "permalink": "therefore-i-am",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Alternative",
      "tags": [],
      "label": "Darkroom/Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 174367,
      "duration": "2:54",
      "playable_duration_ms": 174367,
      "release_date": "2020-11-12",
      "stats": {
        "plays": 9447764,
        "likes": 208374,
        "reposts": 4416,
        "comments": 7885,
        "downloads": 0
      },
      "user": {
        "id": 87105617,
        "username": "Billie Eilish",
        "link": "https://soundcloud.com/billieeilish",
        "permalink": "billieeilish",
        "full_name": "Billie Eilish",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-V2fT1gZ1s4eokCrM-RnxA3g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 3943858,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-ncqrwy6Xyrva-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-ncqrwy6Xyrva-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Billie Eilish",
        "album_title": "Therefore I Am",
        "release_title": "Therefore I Am",
        "isrc": "USUM72021500",
        "upc": "00602435478081",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2020 Darkroom/Interscope Records",
        "c_line": "© 2020 Darkroom/Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/o28AYC0BpTpl_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:928177873",
      "created_at": "2020-11-12T20:19:31Z",
      "updated_at": "2025-07-31T19:54:54Z"
    }
  ]
}