From 0fb8ce7d83fd444f874ef598cbc2a26214c57d2b Mon Sep 17 00:00:00 2001 From: Justin Yoo Date: Wed, 27 Nov 2024 15:17:20 +1100 Subject: [PATCH] Update missing tracks --- .github/workflows/scrape.yaml | 36 +- data/billboard100-20241022.json | 1412 ------------------------------- data/billboard100-20241023.json | 1412 ------------------------------- data/billboard100-20241024.json | 1412 ------------------------------- data/billboard100-20241025.json | 1412 ------------------------------- data/billboard100-20241026.json | 1412 ------------------------------- data/billboard100-20241027.json | 1412 ------------------------------- data/billboard100-20241028.json | 1412 ------------------------------- data/billboard100-20241029.json | 1412 ------------------------------- data/billboard100-20241030.json | 1412 ------------------------------- data/billboard100-20241103.json | 1412 ------------------------------- data/billboard100-20241104.json | 1412 ------------------------------- data/billboard100-20241105.json | 1412 ------------------------------- data/billboard100-20241106.json | 1412 ------------------------------- data/billboard100-20241107.json | 1412 ------------------------------- data/billboard100-20241108.json | 1412 ------------------------------- data/billboard100-20241109.json | 1412 ------------------------------- data/billboard100-20241110.json | 1412 ------------------------------- data/billboard100-20241111.json | 1412 ------------------------------- data/billboard100-20241112.json | 1412 ------------------------------- data/billboard100-20241113.json | 1412 ------------------------------- data/billboard100-20241114.json | 1412 ------------------------------- data/billboard100-20241115.json | 1412 ------------------------------- data/billboard100-20241117.json | 1412 ------------------------------- data/billboard100-20241118.json | 1412 ------------------------------- data/spotify100-20241120.json | 1412 +++++++++++++++++++++++++++++++ data/spotify100-20241121.json | 1412 +++++++++++++++++++++++++++++++ data/top100-20241120.json | 1412 +++++++++++++++++++++++++++++++ data/top100-20241121.json | 1412 +++++++++++++++++++++++++++++++ data/tracks.json | 40 + 30 files changed, 5706 insertions(+), 33906 deletions(-) delete mode 100644 data/billboard100-20241022.json delete mode 100644 data/billboard100-20241023.json delete mode 100644 data/billboard100-20241024.json delete mode 100644 data/billboard100-20241025.json delete mode 100644 data/billboard100-20241026.json delete mode 100644 data/billboard100-20241027.json delete mode 100644 data/billboard100-20241028.json delete mode 100644 data/billboard100-20241029.json delete mode 100644 data/billboard100-20241030.json delete mode 100644 data/billboard100-20241103.json delete mode 100644 data/billboard100-20241104.json delete mode 100644 data/billboard100-20241105.json delete mode 100644 data/billboard100-20241106.json delete mode 100644 data/billboard100-20241107.json delete mode 100644 data/billboard100-20241108.json delete mode 100644 data/billboard100-20241109.json delete mode 100644 data/billboard100-20241110.json delete mode 100644 data/billboard100-20241111.json delete mode 100644 data/billboard100-20241112.json delete mode 100644 data/billboard100-20241113.json delete mode 100644 data/billboard100-20241114.json delete mode 100644 data/billboard100-20241115.json delete mode 100644 data/billboard100-20241117.json delete mode 100644 data/billboard100-20241118.json create mode 100644 data/spotify100-20241120.json create mode 100644 data/spotify100-20241121.json create mode 100644 data/top100-20241120.json create mode 100644 data/top100-20241121.json diff --git a/.github/workflows/scrape.yaml b/.github/workflows/scrape.yaml index d53715e..7232456 100644 --- a/.github/workflows/scrape.yaml +++ b/.github/workflows/scrape.yaml @@ -100,24 +100,24 @@ jobs: $result[$($result.indexOf("{"))..$($result.Length-1)] | Out-File -FilePath "spotify100-$date.json" -Force popd - - name: Run Spotify app - Billboard Hot 100 - if: steps.check_to_proceed.outputs.proceed == 'true' - shell: pwsh - run: | - $appsettings = Get-Content -Path ./samples/SpotifyPlaylist.ConsoleApp/appsettings.Development.sample.json | ConvertFrom-Json - $appsettings.Azure.APIM.BaseUrl = "${{ secrets.APIM_BASE_URL }}" - $appsettings.Azure.APIM.SubscriptionKey = "${{ secrets.APIM_SUBSCRIPTION_KEY }}" - $appsettings | ConvertTo-Json -Depth 100 | Out-File -FilePath ./samples/SpotifyPlaylist.ConsoleApp/appsettings.Development.json -Force - - $date = (Get-Date).ToUniversalTime().AddHours(9).ToString("yyyyMMdd") - # $result = dotnet run --project ./samples/SpotifyPlaylist.ConsoleApp/ -- -t spotify -s ${{ secrets.SPOTIFY_BILLBOARD_HOT100_PLAYLIST_ID }} --json | ConvertFrom-Json - $result = dotnet run --project ./samples/SpotifyPlaylist.ConsoleApp/ -- -t spotify -s ${{ secrets.SPOTIFY_BILLBOARD_HOT100_PLAYLIST_ID }} --json - - mkdir -p ./data - pushd ./data - # $result[$($result.indexOf("{"))..$($result.Length-1)] | ConvertTo-Json -Depth 100 | Out-File -FilePath "billboard100-$date.json" -Force - $result[$($result.indexOf("{"))..$($result.Length-1)] | Out-File -FilePath "billboard100-$date.json" -Force - popd + # - name: Run Spotify app - Billboard Hot 100 + # if: steps.check_to_proceed.outputs.proceed == 'true' + # shell: pwsh + # run: | + # $appsettings = Get-Content -Path ./samples/SpotifyPlaylist.ConsoleApp/appsettings.Development.sample.json | ConvertFrom-Json + # $appsettings.Azure.APIM.BaseUrl = "${{ secrets.APIM_BASE_URL }}" + # $appsettings.Azure.APIM.SubscriptionKey = "${{ secrets.APIM_SUBSCRIPTION_KEY }}" + # $appsettings | ConvertTo-Json -Depth 100 | Out-File -FilePath ./samples/SpotifyPlaylist.ConsoleApp/appsettings.Development.json -Force + + # $date = (Get-Date).ToUniversalTime().AddHours(9).ToString("yyyyMMdd") + # # $result = dotnet run --project ./samples/SpotifyPlaylist.ConsoleApp/ -- -t spotify -s ${{ secrets.SPOTIFY_BILLBOARD_HOT100_PLAYLIST_ID }} --json | ConvertFrom-Json + # $result = dotnet run --project ./samples/SpotifyPlaylist.ConsoleApp/ -- -t spotify -s ${{ secrets.SPOTIFY_BILLBOARD_HOT100_PLAYLIST_ID }} --json + + # mkdir -p ./data + # pushd ./data + # # $result[$($result.indexOf("{"))..$($result.Length-1)] | ConvertTo-Json -Depth 100 | Out-File -FilePath "billboard100-$date.json" -Force + # $result[$($result.indexOf("{"))..$($result.Length-1)] | Out-File -FilePath "billboard100-$date.json" -Force + # popd - name: Upload data if: steps.check_to_proceed.outputs.proceed == 'true' diff --git a/data/billboard100-20241022.json b/data/billboard100-20241022.json deleted file mode 100644 index 3642f0c..0000000 --- a/data/billboard100-20241022.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Slow It Down", - "artist": "Benson Boone", - "album": "Slow It Down", - "image": "https://i.scdn.co/image/ab67616d0000b273f824b0f45489f0f3388d5398", - "trackId": "6WO7IDGLakjO38lsvI2gHB", - "trackUri": "spotify:track:6WO7IDGLakjO38lsvI2gHB", - "danceability": 0.432, - "valence": 0.544 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love You, Miss You, Mean It", - "artist": "Luke Bryan", - "album": "Love You, Miss You, Mean It", - "image": "https://i.scdn.co/image/ab67616d0000b273556a069271db014fc6ee6af0", - "trackId": "2b98AhAxuK5i4YUHaQ7eQR", - "trackUri": "spotify:track:2b98AhAxuK5i4YUHaQ7eQR", - "danceability": 0.45, - "valence": 0.591 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Houdini", - "artist": "Eminem", - "album": "Houdini", - "image": "https://i.scdn.co/image/ab67616d0000b273810603c94c9246379604cf1a", - "trackId": "2HYFX63wP3otVIvopRS99Z", - "trackUri": "spotify:track:2HYFX63wP3otVIvopRS99Z", - "danceability": 0.936, - "valence": 0.889 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Red Wine Supernova", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "7FOgcfdz9Nx5V9lCNXdBYv", - "trackUri": "spotify:track:7FOgcfdz9Nx5V9lCNXdBYv", - "danceability": 0.657, - "valence": 0.709 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Burning Down", - "artist": "Alex Warren", - "album": "Burning Down", - "image": "https://i.scdn.co/image/ab67616d0000b27380fd7741b86bdcc9940f90a8", - "trackId": "7gxQXemQ5MBeK9PUrKRtfV", - "trackUri": "spotify:track:7gxQXemQ5MBeK9PUrKRtfV", - "danceability": 0.499, - "valence": 0.442 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TOO FAST", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "0DhCbTQZfWD8P8pOlg3jv9", - "trackUri": "spotify:track:0DhCbTQZfWD8P8pOlg3jv9", - "danceability": 0.542, - "valence": 0.317 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Casual", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "3WSOUb3U7tqURbBSgZTrZX", - "trackUri": "spotify:track:3WSOUb3U7tqURbBSgZTrZX", - "danceability": 0.508, - "valence": 0.34 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "PLUTOSKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2t4H61OtTYgmDe61KxkjKH", - "trackUri": "spotify:track:2t4H61OtTYgmDe61KxkjKH", - "danceability": 0.794, - "valence": 0.15 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "CHIHIRO", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "7BRD7x5pt8Lqa1eGYC4dzj", - "trackUri": "spotify:track:7BRD7x5pt8Lqa1eGYC4dzj", - "danceability": 0.7, - "valence": 0.521 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TEFLON DON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2jnezASa7o0lP6aif6VrIf", - "trackUri": "spotify:track:2jnezASa7o0lP6aif6VrIf", - "danceability": 0.916, - "valence": 0.192 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WE PRAY - (TINI Version)", - "artist": "Coldplay, Little Simz, Burna Boy, Elyanna, TINI", - "album": "WE PRAY (TINI Version)", - "image": "https://i.scdn.co/image/ab67616d0000b27394178df8bf29e150b0615650", - "trackId": "6OICQoNsUIcYsirqoDo08Y", - "trackUri": "spotify:track:6OICQoNsUIcYsirqoDo08Y", - "danceability": 0.74, - "valence": 0.701 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fix What You Didn't Break", - "artist": "Nate Smith", - "album": "Fix What You Didn't Break", - "image": "https://i.scdn.co/image/ab67616d0000b273378995cc83e65e84698c4a01", - "trackId": "0GJ8peTqHq9pu5Yf2vHjjX", - "trackUri": "spotify:track:0GJ8peTqHq9pu5Yf2vHjjX", - "danceability": 0.433, - "valence": 0.464 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Coincidence", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5oIVNm56t6OIf9ZjdEG3ud", - "trackUri": "spotify:track:5oIVNm56t6OIf9ZjdEG3ud", - "danceability": 0.418, - "valence": 0.758 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sharpest Tool", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "3iPIDAFybaoyqX7hvAfWkl", - "trackUri": "spotify:track:3iPIDAFybaoyqX7hvAfWkl", - "danceability": 0.716, - "valence": 0.588 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chevrolet (feat. Jelly Roll)", - "artist": "Jelly Roll, Dustin Lynch", - "album": "Killed The Cowboy", - "image": "https://i.scdn.co/image/ab67616d0000b273d57089ef7e6b09dffdd2e356", - "trackId": "7FKAVg9SA7QYLxdVRLnKjd", - "trackUri": "spotify:track:7FKAVg9SA7QYLxdVRLnKjd", - "danceability": 0.558, - "valence": 0.664 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "6pf7fmrtYcA4WpqTksuh68", - "trackUri": "spotify:track:6pf7fmrtYcA4WpqTksuh68", - "danceability": 0.816, - "valence": 0.111 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is My Dirt - Album Edit", - "artist": "Justin Moore", - "album": "This Is My Dirt", - "image": "https://i.scdn.co/image/ab67616d0000b2732ea41149e5dd3fd0b0efeb14", - "trackId": "3b13F36SZNBbwy781SeUSs", - "trackUri": "spotify:track:3b13F36SZNBbwy781SeUSs", - "danceability": 0.509, - "valence": 0.471 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Fall Fast in Love", - "image": "https://i.scdn.co/image/ab67616d0000b273a87879e6d27e33d1390ae0c7", - "trackId": "1mg8rzws9v1V7OrHAIwT84", - "trackUri": "spotify:track:1mg8rzws9v1V7OrHAIwT84", - "danceability": 0.702, - "valence": 0.429 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Holy Smokes", - "artist": "Bailey Zimmerman", - "album": "Holy Smokes", - "image": "https://i.scdn.co/image/ab67616d0000b27318d27696b412e049ec4bb73e", - "trackId": "1kMWJ16W3Yk3hyNmaM7jfQ", - "trackUri": "spotify:track:1kMWJ16W3Yk3hyNmaM7jfQ", - "danceability": 0.462, - "valence": 0.432 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "ALL RED", - "artist": "Playboi Carti", - "album": "ALL RED", - "image": "https://i.scdn.co/image/ab67616d0000b273ca15942c726ec9c39796435e", - "trackId": "2cZOYofOX4d6g0OXxkaIjA", - "trackUri": "spotify:track:2cZOYofOX4d6g0OXxkaIjA", - "danceability": 0.76, - "valence": 0.209 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Passport Junkie", - "image": "https://i.scdn.co/image/ab67616d0000b27389236213c4efa5c3213ad90b", - "trackId": "5ahdQDl9WGN9dNDDH0RKyJ", - "trackUri": "spotify:track:5ahdQDl9WGN9dNDDH0RKyJ", - "danceability": 0.406, - "valence": 0.601 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241023.json b/data/billboard100-20241023.json deleted file mode 100644 index 3642f0c..0000000 --- a/data/billboard100-20241023.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Slow It Down", - "artist": "Benson Boone", - "album": "Slow It Down", - "image": "https://i.scdn.co/image/ab67616d0000b273f824b0f45489f0f3388d5398", - "trackId": "6WO7IDGLakjO38lsvI2gHB", - "trackUri": "spotify:track:6WO7IDGLakjO38lsvI2gHB", - "danceability": 0.432, - "valence": 0.544 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love You, Miss You, Mean It", - "artist": "Luke Bryan", - "album": "Love You, Miss You, Mean It", - "image": "https://i.scdn.co/image/ab67616d0000b273556a069271db014fc6ee6af0", - "trackId": "2b98AhAxuK5i4YUHaQ7eQR", - "trackUri": "spotify:track:2b98AhAxuK5i4YUHaQ7eQR", - "danceability": 0.45, - "valence": 0.591 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Houdini", - "artist": "Eminem", - "album": "Houdini", - "image": "https://i.scdn.co/image/ab67616d0000b273810603c94c9246379604cf1a", - "trackId": "2HYFX63wP3otVIvopRS99Z", - "trackUri": "spotify:track:2HYFX63wP3otVIvopRS99Z", - "danceability": 0.936, - "valence": 0.889 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Red Wine Supernova", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "7FOgcfdz9Nx5V9lCNXdBYv", - "trackUri": "spotify:track:7FOgcfdz9Nx5V9lCNXdBYv", - "danceability": 0.657, - "valence": 0.709 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Burning Down", - "artist": "Alex Warren", - "album": "Burning Down", - "image": "https://i.scdn.co/image/ab67616d0000b27380fd7741b86bdcc9940f90a8", - "trackId": "7gxQXemQ5MBeK9PUrKRtfV", - "trackUri": "spotify:track:7gxQXemQ5MBeK9PUrKRtfV", - "danceability": 0.499, - "valence": 0.442 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TOO FAST", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "0DhCbTQZfWD8P8pOlg3jv9", - "trackUri": "spotify:track:0DhCbTQZfWD8P8pOlg3jv9", - "danceability": 0.542, - "valence": 0.317 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Casual", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "3WSOUb3U7tqURbBSgZTrZX", - "trackUri": "spotify:track:3WSOUb3U7tqURbBSgZTrZX", - "danceability": 0.508, - "valence": 0.34 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "PLUTOSKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2t4H61OtTYgmDe61KxkjKH", - "trackUri": "spotify:track:2t4H61OtTYgmDe61KxkjKH", - "danceability": 0.794, - "valence": 0.15 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "CHIHIRO", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "7BRD7x5pt8Lqa1eGYC4dzj", - "trackUri": "spotify:track:7BRD7x5pt8Lqa1eGYC4dzj", - "danceability": 0.7, - "valence": 0.521 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TEFLON DON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2jnezASa7o0lP6aif6VrIf", - "trackUri": "spotify:track:2jnezASa7o0lP6aif6VrIf", - "danceability": 0.916, - "valence": 0.192 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WE PRAY - (TINI Version)", - "artist": "Coldplay, Little Simz, Burna Boy, Elyanna, TINI", - "album": "WE PRAY (TINI Version)", - "image": "https://i.scdn.co/image/ab67616d0000b27394178df8bf29e150b0615650", - "trackId": "6OICQoNsUIcYsirqoDo08Y", - "trackUri": "spotify:track:6OICQoNsUIcYsirqoDo08Y", - "danceability": 0.74, - "valence": 0.701 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fix What You Didn't Break", - "artist": "Nate Smith", - "album": "Fix What You Didn't Break", - "image": "https://i.scdn.co/image/ab67616d0000b273378995cc83e65e84698c4a01", - "trackId": "0GJ8peTqHq9pu5Yf2vHjjX", - "trackUri": "spotify:track:0GJ8peTqHq9pu5Yf2vHjjX", - "danceability": 0.433, - "valence": 0.464 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Coincidence", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5oIVNm56t6OIf9ZjdEG3ud", - "trackUri": "spotify:track:5oIVNm56t6OIf9ZjdEG3ud", - "danceability": 0.418, - "valence": 0.758 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sharpest Tool", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "3iPIDAFybaoyqX7hvAfWkl", - "trackUri": "spotify:track:3iPIDAFybaoyqX7hvAfWkl", - "danceability": 0.716, - "valence": 0.588 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chevrolet (feat. Jelly Roll)", - "artist": "Jelly Roll, Dustin Lynch", - "album": "Killed The Cowboy", - "image": "https://i.scdn.co/image/ab67616d0000b273d57089ef7e6b09dffdd2e356", - "trackId": "7FKAVg9SA7QYLxdVRLnKjd", - "trackUri": "spotify:track:7FKAVg9SA7QYLxdVRLnKjd", - "danceability": 0.558, - "valence": 0.664 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "6pf7fmrtYcA4WpqTksuh68", - "trackUri": "spotify:track:6pf7fmrtYcA4WpqTksuh68", - "danceability": 0.816, - "valence": 0.111 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is My Dirt - Album Edit", - "artist": "Justin Moore", - "album": "This Is My Dirt", - "image": "https://i.scdn.co/image/ab67616d0000b2732ea41149e5dd3fd0b0efeb14", - "trackId": "3b13F36SZNBbwy781SeUSs", - "trackUri": "spotify:track:3b13F36SZNBbwy781SeUSs", - "danceability": 0.509, - "valence": 0.471 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Fall Fast in Love", - "image": "https://i.scdn.co/image/ab67616d0000b273a87879e6d27e33d1390ae0c7", - "trackId": "1mg8rzws9v1V7OrHAIwT84", - "trackUri": "spotify:track:1mg8rzws9v1V7OrHAIwT84", - "danceability": 0.702, - "valence": 0.429 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Holy Smokes", - "artist": "Bailey Zimmerman", - "album": "Holy Smokes", - "image": "https://i.scdn.co/image/ab67616d0000b27318d27696b412e049ec4bb73e", - "trackId": "1kMWJ16W3Yk3hyNmaM7jfQ", - "trackUri": "spotify:track:1kMWJ16W3Yk3hyNmaM7jfQ", - "danceability": 0.462, - "valence": 0.432 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "ALL RED", - "artist": "Playboi Carti", - "album": "ALL RED", - "image": "https://i.scdn.co/image/ab67616d0000b273ca15942c726ec9c39796435e", - "trackId": "2cZOYofOX4d6g0OXxkaIjA", - "trackUri": "spotify:track:2cZOYofOX4d6g0OXxkaIjA", - "danceability": 0.76, - "valence": 0.209 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Passport Junkie", - "image": "https://i.scdn.co/image/ab67616d0000b27389236213c4efa5c3213ad90b", - "trackId": "5ahdQDl9WGN9dNDDH0RKyJ", - "trackUri": "spotify:track:5ahdQDl9WGN9dNDDH0RKyJ", - "danceability": 0.406, - "valence": 0.601 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241024.json b/data/billboard100-20241024.json deleted file mode 100644 index 3642f0c..0000000 --- a/data/billboard100-20241024.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Slow It Down", - "artist": "Benson Boone", - "album": "Slow It Down", - "image": "https://i.scdn.co/image/ab67616d0000b273f824b0f45489f0f3388d5398", - "trackId": "6WO7IDGLakjO38lsvI2gHB", - "trackUri": "spotify:track:6WO7IDGLakjO38lsvI2gHB", - "danceability": 0.432, - "valence": 0.544 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love You, Miss You, Mean It", - "artist": "Luke Bryan", - "album": "Love You, Miss You, Mean It", - "image": "https://i.scdn.co/image/ab67616d0000b273556a069271db014fc6ee6af0", - "trackId": "2b98AhAxuK5i4YUHaQ7eQR", - "trackUri": "spotify:track:2b98AhAxuK5i4YUHaQ7eQR", - "danceability": 0.45, - "valence": 0.591 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Houdini", - "artist": "Eminem", - "album": "Houdini", - "image": "https://i.scdn.co/image/ab67616d0000b273810603c94c9246379604cf1a", - "trackId": "2HYFX63wP3otVIvopRS99Z", - "trackUri": "spotify:track:2HYFX63wP3otVIvopRS99Z", - "danceability": 0.936, - "valence": 0.889 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Red Wine Supernova", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "7FOgcfdz9Nx5V9lCNXdBYv", - "trackUri": "spotify:track:7FOgcfdz9Nx5V9lCNXdBYv", - "danceability": 0.657, - "valence": 0.709 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Burning Down", - "artist": "Alex Warren", - "album": "Burning Down", - "image": "https://i.scdn.co/image/ab67616d0000b27380fd7741b86bdcc9940f90a8", - "trackId": "7gxQXemQ5MBeK9PUrKRtfV", - "trackUri": "spotify:track:7gxQXemQ5MBeK9PUrKRtfV", - "danceability": 0.499, - "valence": 0.442 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TOO FAST", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "0DhCbTQZfWD8P8pOlg3jv9", - "trackUri": "spotify:track:0DhCbTQZfWD8P8pOlg3jv9", - "danceability": 0.542, - "valence": 0.317 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Casual", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "3WSOUb3U7tqURbBSgZTrZX", - "trackUri": "spotify:track:3WSOUb3U7tqURbBSgZTrZX", - "danceability": 0.508, - "valence": 0.34 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "PLUTOSKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2t4H61OtTYgmDe61KxkjKH", - "trackUri": "spotify:track:2t4H61OtTYgmDe61KxkjKH", - "danceability": 0.794, - "valence": 0.15 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "CHIHIRO", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "7BRD7x5pt8Lqa1eGYC4dzj", - "trackUri": "spotify:track:7BRD7x5pt8Lqa1eGYC4dzj", - "danceability": 0.7, - "valence": 0.521 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TEFLON DON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2jnezASa7o0lP6aif6VrIf", - "trackUri": "spotify:track:2jnezASa7o0lP6aif6VrIf", - "danceability": 0.916, - "valence": 0.192 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WE PRAY - (TINI Version)", - "artist": "Coldplay, Little Simz, Burna Boy, Elyanna, TINI", - "album": "WE PRAY (TINI Version)", - "image": "https://i.scdn.co/image/ab67616d0000b27394178df8bf29e150b0615650", - "trackId": "6OICQoNsUIcYsirqoDo08Y", - "trackUri": "spotify:track:6OICQoNsUIcYsirqoDo08Y", - "danceability": 0.74, - "valence": 0.701 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fix What You Didn't Break", - "artist": "Nate Smith", - "album": "Fix What You Didn't Break", - "image": "https://i.scdn.co/image/ab67616d0000b273378995cc83e65e84698c4a01", - "trackId": "0GJ8peTqHq9pu5Yf2vHjjX", - "trackUri": "spotify:track:0GJ8peTqHq9pu5Yf2vHjjX", - "danceability": 0.433, - "valence": 0.464 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Coincidence", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5oIVNm56t6OIf9ZjdEG3ud", - "trackUri": "spotify:track:5oIVNm56t6OIf9ZjdEG3ud", - "danceability": 0.418, - "valence": 0.758 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sharpest Tool", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "3iPIDAFybaoyqX7hvAfWkl", - "trackUri": "spotify:track:3iPIDAFybaoyqX7hvAfWkl", - "danceability": 0.716, - "valence": 0.588 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chevrolet (feat. Jelly Roll)", - "artist": "Jelly Roll, Dustin Lynch", - "album": "Killed The Cowboy", - "image": "https://i.scdn.co/image/ab67616d0000b273d57089ef7e6b09dffdd2e356", - "trackId": "7FKAVg9SA7QYLxdVRLnKjd", - "trackUri": "spotify:track:7FKAVg9SA7QYLxdVRLnKjd", - "danceability": 0.558, - "valence": 0.664 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "6pf7fmrtYcA4WpqTksuh68", - "trackUri": "spotify:track:6pf7fmrtYcA4WpqTksuh68", - "danceability": 0.816, - "valence": 0.111 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is My Dirt - Album Edit", - "artist": "Justin Moore", - "album": "This Is My Dirt", - "image": "https://i.scdn.co/image/ab67616d0000b2732ea41149e5dd3fd0b0efeb14", - "trackId": "3b13F36SZNBbwy781SeUSs", - "trackUri": "spotify:track:3b13F36SZNBbwy781SeUSs", - "danceability": 0.509, - "valence": 0.471 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Fall Fast in Love", - "image": "https://i.scdn.co/image/ab67616d0000b273a87879e6d27e33d1390ae0c7", - "trackId": "1mg8rzws9v1V7OrHAIwT84", - "trackUri": "spotify:track:1mg8rzws9v1V7OrHAIwT84", - "danceability": 0.702, - "valence": 0.429 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Holy Smokes", - "artist": "Bailey Zimmerman", - "album": "Holy Smokes", - "image": "https://i.scdn.co/image/ab67616d0000b27318d27696b412e049ec4bb73e", - "trackId": "1kMWJ16W3Yk3hyNmaM7jfQ", - "trackUri": "spotify:track:1kMWJ16W3Yk3hyNmaM7jfQ", - "danceability": 0.462, - "valence": 0.432 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "ALL RED", - "artist": "Playboi Carti", - "album": "ALL RED", - "image": "https://i.scdn.co/image/ab67616d0000b273ca15942c726ec9c39796435e", - "trackId": "2cZOYofOX4d6g0OXxkaIjA", - "trackUri": "spotify:track:2cZOYofOX4d6g0OXxkaIjA", - "danceability": 0.76, - "valence": 0.209 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Passport Junkie", - "image": "https://i.scdn.co/image/ab67616d0000b27389236213c4efa5c3213ad90b", - "trackId": "5ahdQDl9WGN9dNDDH0RKyJ", - "trackUri": "spotify:track:5ahdQDl9WGN9dNDDH0RKyJ", - "danceability": 0.406, - "valence": 0.601 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241025.json b/data/billboard100-20241025.json deleted file mode 100644 index 3642f0c..0000000 --- a/data/billboard100-20241025.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Slow It Down", - "artist": "Benson Boone", - "album": "Slow It Down", - "image": "https://i.scdn.co/image/ab67616d0000b273f824b0f45489f0f3388d5398", - "trackId": "6WO7IDGLakjO38lsvI2gHB", - "trackUri": "spotify:track:6WO7IDGLakjO38lsvI2gHB", - "danceability": 0.432, - "valence": 0.544 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love You, Miss You, Mean It", - "artist": "Luke Bryan", - "album": "Love You, Miss You, Mean It", - "image": "https://i.scdn.co/image/ab67616d0000b273556a069271db014fc6ee6af0", - "trackId": "2b98AhAxuK5i4YUHaQ7eQR", - "trackUri": "spotify:track:2b98AhAxuK5i4YUHaQ7eQR", - "danceability": 0.45, - "valence": 0.591 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Houdini", - "artist": "Eminem", - "album": "Houdini", - "image": "https://i.scdn.co/image/ab67616d0000b273810603c94c9246379604cf1a", - "trackId": "2HYFX63wP3otVIvopRS99Z", - "trackUri": "spotify:track:2HYFX63wP3otVIvopRS99Z", - "danceability": 0.936, - "valence": 0.889 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Red Wine Supernova", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "7FOgcfdz9Nx5V9lCNXdBYv", - "trackUri": "spotify:track:7FOgcfdz9Nx5V9lCNXdBYv", - "danceability": 0.657, - "valence": 0.709 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Burning Down", - "artist": "Alex Warren", - "album": "Burning Down", - "image": "https://i.scdn.co/image/ab67616d0000b27380fd7741b86bdcc9940f90a8", - "trackId": "7gxQXemQ5MBeK9PUrKRtfV", - "trackUri": "spotify:track:7gxQXemQ5MBeK9PUrKRtfV", - "danceability": 0.499, - "valence": 0.442 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TOO FAST", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "0DhCbTQZfWD8P8pOlg3jv9", - "trackUri": "spotify:track:0DhCbTQZfWD8P8pOlg3jv9", - "danceability": 0.542, - "valence": 0.317 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Casual", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "3WSOUb3U7tqURbBSgZTrZX", - "trackUri": "spotify:track:3WSOUb3U7tqURbBSgZTrZX", - "danceability": 0.508, - "valence": 0.34 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "PLUTOSKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2t4H61OtTYgmDe61KxkjKH", - "trackUri": "spotify:track:2t4H61OtTYgmDe61KxkjKH", - "danceability": 0.794, - "valence": 0.15 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "CHIHIRO", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "7BRD7x5pt8Lqa1eGYC4dzj", - "trackUri": "spotify:track:7BRD7x5pt8Lqa1eGYC4dzj", - "danceability": 0.7, - "valence": 0.521 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TEFLON DON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2jnezASa7o0lP6aif6VrIf", - "trackUri": "spotify:track:2jnezASa7o0lP6aif6VrIf", - "danceability": 0.916, - "valence": 0.192 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WE PRAY - (TINI Version)", - "artist": "Coldplay, Little Simz, Burna Boy, Elyanna, TINI", - "album": "WE PRAY (TINI Version)", - "image": "https://i.scdn.co/image/ab67616d0000b27394178df8bf29e150b0615650", - "trackId": "6OICQoNsUIcYsirqoDo08Y", - "trackUri": "spotify:track:6OICQoNsUIcYsirqoDo08Y", - "danceability": 0.74, - "valence": 0.701 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fix What You Didn't Break", - "artist": "Nate Smith", - "album": "Fix What You Didn't Break", - "image": "https://i.scdn.co/image/ab67616d0000b273378995cc83e65e84698c4a01", - "trackId": "0GJ8peTqHq9pu5Yf2vHjjX", - "trackUri": "spotify:track:0GJ8peTqHq9pu5Yf2vHjjX", - "danceability": 0.433, - "valence": 0.464 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Coincidence", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5oIVNm56t6OIf9ZjdEG3ud", - "trackUri": "spotify:track:5oIVNm56t6OIf9ZjdEG3ud", - "danceability": 0.418, - "valence": 0.758 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sharpest Tool", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "3iPIDAFybaoyqX7hvAfWkl", - "trackUri": "spotify:track:3iPIDAFybaoyqX7hvAfWkl", - "danceability": 0.716, - "valence": 0.588 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chevrolet (feat. Jelly Roll)", - "artist": "Jelly Roll, Dustin Lynch", - "album": "Killed The Cowboy", - "image": "https://i.scdn.co/image/ab67616d0000b273d57089ef7e6b09dffdd2e356", - "trackId": "7FKAVg9SA7QYLxdVRLnKjd", - "trackUri": "spotify:track:7FKAVg9SA7QYLxdVRLnKjd", - "danceability": 0.558, - "valence": 0.664 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "6pf7fmrtYcA4WpqTksuh68", - "trackUri": "spotify:track:6pf7fmrtYcA4WpqTksuh68", - "danceability": 0.816, - "valence": 0.111 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is My Dirt - Album Edit", - "artist": "Justin Moore", - "album": "This Is My Dirt", - "image": "https://i.scdn.co/image/ab67616d0000b2732ea41149e5dd3fd0b0efeb14", - "trackId": "3b13F36SZNBbwy781SeUSs", - "trackUri": "spotify:track:3b13F36SZNBbwy781SeUSs", - "danceability": 0.509, - "valence": 0.471 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Fall Fast in Love", - "image": "https://i.scdn.co/image/ab67616d0000b273a87879e6d27e33d1390ae0c7", - "trackId": "1mg8rzws9v1V7OrHAIwT84", - "trackUri": "spotify:track:1mg8rzws9v1V7OrHAIwT84", - "danceability": 0.702, - "valence": 0.429 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Holy Smokes", - "artist": "Bailey Zimmerman", - "album": "Holy Smokes", - "image": "https://i.scdn.co/image/ab67616d0000b27318d27696b412e049ec4bb73e", - "trackId": "1kMWJ16W3Yk3hyNmaM7jfQ", - "trackUri": "spotify:track:1kMWJ16W3Yk3hyNmaM7jfQ", - "danceability": 0.462, - "valence": 0.432 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "ALL RED", - "artist": "Playboi Carti", - "album": "ALL RED", - "image": "https://i.scdn.co/image/ab67616d0000b273ca15942c726ec9c39796435e", - "trackId": "2cZOYofOX4d6g0OXxkaIjA", - "trackUri": "spotify:track:2cZOYofOX4d6g0OXxkaIjA", - "danceability": 0.76, - "valence": 0.209 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Passport Junkie", - "image": "https://i.scdn.co/image/ab67616d0000b27389236213c4efa5c3213ad90b", - "trackId": "5ahdQDl9WGN9dNDDH0RKyJ", - "trackUri": "spotify:track:5ahdQDl9WGN9dNDDH0RKyJ", - "danceability": 0.406, - "valence": 0.601 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241026.json b/data/billboard100-20241026.json deleted file mode 100644 index 3642f0c..0000000 --- a/data/billboard100-20241026.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Slow It Down", - "artist": "Benson Boone", - "album": "Slow It Down", - "image": "https://i.scdn.co/image/ab67616d0000b273f824b0f45489f0f3388d5398", - "trackId": "6WO7IDGLakjO38lsvI2gHB", - "trackUri": "spotify:track:6WO7IDGLakjO38lsvI2gHB", - "danceability": 0.432, - "valence": 0.544 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love You, Miss You, Mean It", - "artist": "Luke Bryan", - "album": "Love You, Miss You, Mean It", - "image": "https://i.scdn.co/image/ab67616d0000b273556a069271db014fc6ee6af0", - "trackId": "2b98AhAxuK5i4YUHaQ7eQR", - "trackUri": "spotify:track:2b98AhAxuK5i4YUHaQ7eQR", - "danceability": 0.45, - "valence": 0.591 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Houdini", - "artist": "Eminem", - "album": "Houdini", - "image": "https://i.scdn.co/image/ab67616d0000b273810603c94c9246379604cf1a", - "trackId": "2HYFX63wP3otVIvopRS99Z", - "trackUri": "spotify:track:2HYFX63wP3otVIvopRS99Z", - "danceability": 0.936, - "valence": 0.889 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Red Wine Supernova", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "7FOgcfdz9Nx5V9lCNXdBYv", - "trackUri": "spotify:track:7FOgcfdz9Nx5V9lCNXdBYv", - "danceability": 0.657, - "valence": 0.709 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Burning Down", - "artist": "Alex Warren", - "album": "Burning Down", - "image": "https://i.scdn.co/image/ab67616d0000b27380fd7741b86bdcc9940f90a8", - "trackId": "7gxQXemQ5MBeK9PUrKRtfV", - "trackUri": "spotify:track:7gxQXemQ5MBeK9PUrKRtfV", - "danceability": 0.499, - "valence": 0.442 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TOO FAST", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "0DhCbTQZfWD8P8pOlg3jv9", - "trackUri": "spotify:track:0DhCbTQZfWD8P8pOlg3jv9", - "danceability": 0.542, - "valence": 0.317 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Casual", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "3WSOUb3U7tqURbBSgZTrZX", - "trackUri": "spotify:track:3WSOUb3U7tqURbBSgZTrZX", - "danceability": 0.508, - "valence": 0.34 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "PLUTOSKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2t4H61OtTYgmDe61KxkjKH", - "trackUri": "spotify:track:2t4H61OtTYgmDe61KxkjKH", - "danceability": 0.794, - "valence": 0.15 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "CHIHIRO", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "7BRD7x5pt8Lqa1eGYC4dzj", - "trackUri": "spotify:track:7BRD7x5pt8Lqa1eGYC4dzj", - "danceability": 0.7, - "valence": 0.521 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TEFLON DON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2jnezASa7o0lP6aif6VrIf", - "trackUri": "spotify:track:2jnezASa7o0lP6aif6VrIf", - "danceability": 0.916, - "valence": 0.192 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WE PRAY - (TINI Version)", - "artist": "Coldplay, Little Simz, Burna Boy, Elyanna, TINI", - "album": "WE PRAY (TINI Version)", - "image": "https://i.scdn.co/image/ab67616d0000b27394178df8bf29e150b0615650", - "trackId": "6OICQoNsUIcYsirqoDo08Y", - "trackUri": "spotify:track:6OICQoNsUIcYsirqoDo08Y", - "danceability": 0.74, - "valence": 0.701 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fix What You Didn't Break", - "artist": "Nate Smith", - "album": "Fix What You Didn't Break", - "image": "https://i.scdn.co/image/ab67616d0000b273378995cc83e65e84698c4a01", - "trackId": "0GJ8peTqHq9pu5Yf2vHjjX", - "trackUri": "spotify:track:0GJ8peTqHq9pu5Yf2vHjjX", - "danceability": 0.433, - "valence": 0.464 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Coincidence", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5oIVNm56t6OIf9ZjdEG3ud", - "trackUri": "spotify:track:5oIVNm56t6OIf9ZjdEG3ud", - "danceability": 0.418, - "valence": 0.758 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sharpest Tool", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "3iPIDAFybaoyqX7hvAfWkl", - "trackUri": "spotify:track:3iPIDAFybaoyqX7hvAfWkl", - "danceability": 0.716, - "valence": 0.588 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chevrolet (feat. Jelly Roll)", - "artist": "Jelly Roll, Dustin Lynch", - "album": "Killed The Cowboy", - "image": "https://i.scdn.co/image/ab67616d0000b273d57089ef7e6b09dffdd2e356", - "trackId": "7FKAVg9SA7QYLxdVRLnKjd", - "trackUri": "spotify:track:7FKAVg9SA7QYLxdVRLnKjd", - "danceability": 0.558, - "valence": 0.664 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "6pf7fmrtYcA4WpqTksuh68", - "trackUri": "spotify:track:6pf7fmrtYcA4WpqTksuh68", - "danceability": 0.816, - "valence": 0.111 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is My Dirt - Album Edit", - "artist": "Justin Moore", - "album": "This Is My Dirt", - "image": "https://i.scdn.co/image/ab67616d0000b2732ea41149e5dd3fd0b0efeb14", - "trackId": "3b13F36SZNBbwy781SeUSs", - "trackUri": "spotify:track:3b13F36SZNBbwy781SeUSs", - "danceability": 0.509, - "valence": 0.471 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Fall Fast in Love", - "image": "https://i.scdn.co/image/ab67616d0000b273a87879e6d27e33d1390ae0c7", - "trackId": "1mg8rzws9v1V7OrHAIwT84", - "trackUri": "spotify:track:1mg8rzws9v1V7OrHAIwT84", - "danceability": 0.702, - "valence": 0.429 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Holy Smokes", - "artist": "Bailey Zimmerman", - "album": "Holy Smokes", - "image": "https://i.scdn.co/image/ab67616d0000b27318d27696b412e049ec4bb73e", - "trackId": "1kMWJ16W3Yk3hyNmaM7jfQ", - "trackUri": "spotify:track:1kMWJ16W3Yk3hyNmaM7jfQ", - "danceability": 0.462, - "valence": 0.432 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "ALL RED", - "artist": "Playboi Carti", - "album": "ALL RED", - "image": "https://i.scdn.co/image/ab67616d0000b273ca15942c726ec9c39796435e", - "trackId": "2cZOYofOX4d6g0OXxkaIjA", - "trackUri": "spotify:track:2cZOYofOX4d6g0OXxkaIjA", - "danceability": 0.76, - "valence": 0.209 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Passport Junkie", - "image": "https://i.scdn.co/image/ab67616d0000b27389236213c4efa5c3213ad90b", - "trackId": "5ahdQDl9WGN9dNDDH0RKyJ", - "trackUri": "spotify:track:5ahdQDl9WGN9dNDDH0RKyJ", - "danceability": 0.406, - "valence": 0.601 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241027.json b/data/billboard100-20241027.json deleted file mode 100644 index 3642f0c..0000000 --- a/data/billboard100-20241027.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Slow It Down", - "artist": "Benson Boone", - "album": "Slow It Down", - "image": "https://i.scdn.co/image/ab67616d0000b273f824b0f45489f0f3388d5398", - "trackId": "6WO7IDGLakjO38lsvI2gHB", - "trackUri": "spotify:track:6WO7IDGLakjO38lsvI2gHB", - "danceability": 0.432, - "valence": 0.544 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love You, Miss You, Mean It", - "artist": "Luke Bryan", - "album": "Love You, Miss You, Mean It", - "image": "https://i.scdn.co/image/ab67616d0000b273556a069271db014fc6ee6af0", - "trackId": "2b98AhAxuK5i4YUHaQ7eQR", - "trackUri": "spotify:track:2b98AhAxuK5i4YUHaQ7eQR", - "danceability": 0.45, - "valence": 0.591 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Houdini", - "artist": "Eminem", - "album": "Houdini", - "image": "https://i.scdn.co/image/ab67616d0000b273810603c94c9246379604cf1a", - "trackId": "2HYFX63wP3otVIvopRS99Z", - "trackUri": "spotify:track:2HYFX63wP3otVIvopRS99Z", - "danceability": 0.936, - "valence": 0.889 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Red Wine Supernova", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "7FOgcfdz9Nx5V9lCNXdBYv", - "trackUri": "spotify:track:7FOgcfdz9Nx5V9lCNXdBYv", - "danceability": 0.657, - "valence": 0.709 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Burning Down", - "artist": "Alex Warren", - "album": "Burning Down", - "image": "https://i.scdn.co/image/ab67616d0000b27380fd7741b86bdcc9940f90a8", - "trackId": "7gxQXemQ5MBeK9PUrKRtfV", - "trackUri": "spotify:track:7gxQXemQ5MBeK9PUrKRtfV", - "danceability": 0.499, - "valence": 0.442 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TOO FAST", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "0DhCbTQZfWD8P8pOlg3jv9", - "trackUri": "spotify:track:0DhCbTQZfWD8P8pOlg3jv9", - "danceability": 0.542, - "valence": 0.317 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Casual", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "3WSOUb3U7tqURbBSgZTrZX", - "trackUri": "spotify:track:3WSOUb3U7tqURbBSgZTrZX", - "danceability": 0.508, - "valence": 0.34 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "PLUTOSKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2t4H61OtTYgmDe61KxkjKH", - "trackUri": "spotify:track:2t4H61OtTYgmDe61KxkjKH", - "danceability": 0.794, - "valence": 0.15 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "CHIHIRO", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "7BRD7x5pt8Lqa1eGYC4dzj", - "trackUri": "spotify:track:7BRD7x5pt8Lqa1eGYC4dzj", - "danceability": 0.7, - "valence": 0.521 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TEFLON DON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2jnezASa7o0lP6aif6VrIf", - "trackUri": "spotify:track:2jnezASa7o0lP6aif6VrIf", - "danceability": 0.916, - "valence": 0.192 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WE PRAY - (TINI Version)", - "artist": "Coldplay, Little Simz, Burna Boy, Elyanna, TINI", - "album": "WE PRAY (TINI Version)", - "image": "https://i.scdn.co/image/ab67616d0000b27394178df8bf29e150b0615650", - "trackId": "6OICQoNsUIcYsirqoDo08Y", - "trackUri": "spotify:track:6OICQoNsUIcYsirqoDo08Y", - "danceability": 0.74, - "valence": 0.701 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fix What You Didn't Break", - "artist": "Nate Smith", - "album": "Fix What You Didn't Break", - "image": "https://i.scdn.co/image/ab67616d0000b273378995cc83e65e84698c4a01", - "trackId": "0GJ8peTqHq9pu5Yf2vHjjX", - "trackUri": "spotify:track:0GJ8peTqHq9pu5Yf2vHjjX", - "danceability": 0.433, - "valence": 0.464 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Coincidence", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5oIVNm56t6OIf9ZjdEG3ud", - "trackUri": "spotify:track:5oIVNm56t6OIf9ZjdEG3ud", - "danceability": 0.418, - "valence": 0.758 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sharpest Tool", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "3iPIDAFybaoyqX7hvAfWkl", - "trackUri": "spotify:track:3iPIDAFybaoyqX7hvAfWkl", - "danceability": 0.716, - "valence": 0.588 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chevrolet (feat. Jelly Roll)", - "artist": "Jelly Roll, Dustin Lynch", - "album": "Killed The Cowboy", - "image": "https://i.scdn.co/image/ab67616d0000b273d57089ef7e6b09dffdd2e356", - "trackId": "7FKAVg9SA7QYLxdVRLnKjd", - "trackUri": "spotify:track:7FKAVg9SA7QYLxdVRLnKjd", - "danceability": 0.558, - "valence": 0.664 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "6pf7fmrtYcA4WpqTksuh68", - "trackUri": "spotify:track:6pf7fmrtYcA4WpqTksuh68", - "danceability": 0.816, - "valence": 0.111 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is My Dirt - Album Edit", - "artist": "Justin Moore", - "album": "This Is My Dirt", - "image": "https://i.scdn.co/image/ab67616d0000b2732ea41149e5dd3fd0b0efeb14", - "trackId": "3b13F36SZNBbwy781SeUSs", - "trackUri": "spotify:track:3b13F36SZNBbwy781SeUSs", - "danceability": 0.509, - "valence": 0.471 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Fall Fast in Love", - "image": "https://i.scdn.co/image/ab67616d0000b273a87879e6d27e33d1390ae0c7", - "trackId": "1mg8rzws9v1V7OrHAIwT84", - "trackUri": "spotify:track:1mg8rzws9v1V7OrHAIwT84", - "danceability": 0.702, - "valence": 0.429 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Holy Smokes", - "artist": "Bailey Zimmerman", - "album": "Holy Smokes", - "image": "https://i.scdn.co/image/ab67616d0000b27318d27696b412e049ec4bb73e", - "trackId": "1kMWJ16W3Yk3hyNmaM7jfQ", - "trackUri": "spotify:track:1kMWJ16W3Yk3hyNmaM7jfQ", - "danceability": 0.462, - "valence": 0.432 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "ALL RED", - "artist": "Playboi Carti", - "album": "ALL RED", - "image": "https://i.scdn.co/image/ab67616d0000b273ca15942c726ec9c39796435e", - "trackId": "2cZOYofOX4d6g0OXxkaIjA", - "trackUri": "spotify:track:2cZOYofOX4d6g0OXxkaIjA", - "danceability": 0.76, - "valence": 0.209 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Passport Junkie", - "image": "https://i.scdn.co/image/ab67616d0000b27389236213c4efa5c3213ad90b", - "trackId": "5ahdQDl9WGN9dNDDH0RKyJ", - "trackUri": "spotify:track:5ahdQDl9WGN9dNDDH0RKyJ", - "danceability": 0.406, - "valence": 0.601 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241028.json b/data/billboard100-20241028.json deleted file mode 100644 index 3642f0c..0000000 --- a/data/billboard100-20241028.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Slow It Down", - "artist": "Benson Boone", - "album": "Slow It Down", - "image": "https://i.scdn.co/image/ab67616d0000b273f824b0f45489f0f3388d5398", - "trackId": "6WO7IDGLakjO38lsvI2gHB", - "trackUri": "spotify:track:6WO7IDGLakjO38lsvI2gHB", - "danceability": 0.432, - "valence": 0.544 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love You, Miss You, Mean It", - "artist": "Luke Bryan", - "album": "Love You, Miss You, Mean It", - "image": "https://i.scdn.co/image/ab67616d0000b273556a069271db014fc6ee6af0", - "trackId": "2b98AhAxuK5i4YUHaQ7eQR", - "trackUri": "spotify:track:2b98AhAxuK5i4YUHaQ7eQR", - "danceability": 0.45, - "valence": 0.591 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Houdini", - "artist": "Eminem", - "album": "Houdini", - "image": "https://i.scdn.co/image/ab67616d0000b273810603c94c9246379604cf1a", - "trackId": "2HYFX63wP3otVIvopRS99Z", - "trackUri": "spotify:track:2HYFX63wP3otVIvopRS99Z", - "danceability": 0.936, - "valence": 0.889 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Red Wine Supernova", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "7FOgcfdz9Nx5V9lCNXdBYv", - "trackUri": "spotify:track:7FOgcfdz9Nx5V9lCNXdBYv", - "danceability": 0.657, - "valence": 0.709 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Burning Down", - "artist": "Alex Warren", - "album": "Burning Down", - "image": "https://i.scdn.co/image/ab67616d0000b27380fd7741b86bdcc9940f90a8", - "trackId": "7gxQXemQ5MBeK9PUrKRtfV", - "trackUri": "spotify:track:7gxQXemQ5MBeK9PUrKRtfV", - "danceability": 0.499, - "valence": 0.442 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TOO FAST", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "0DhCbTQZfWD8P8pOlg3jv9", - "trackUri": "spotify:track:0DhCbTQZfWD8P8pOlg3jv9", - "danceability": 0.542, - "valence": 0.317 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Casual", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "3WSOUb3U7tqURbBSgZTrZX", - "trackUri": "spotify:track:3WSOUb3U7tqURbBSgZTrZX", - "danceability": 0.508, - "valence": 0.34 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "PLUTOSKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2t4H61OtTYgmDe61KxkjKH", - "trackUri": "spotify:track:2t4H61OtTYgmDe61KxkjKH", - "danceability": 0.794, - "valence": 0.15 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "CHIHIRO", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "7BRD7x5pt8Lqa1eGYC4dzj", - "trackUri": "spotify:track:7BRD7x5pt8Lqa1eGYC4dzj", - "danceability": 0.7, - "valence": 0.521 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TEFLON DON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2jnezASa7o0lP6aif6VrIf", - "trackUri": "spotify:track:2jnezASa7o0lP6aif6VrIf", - "danceability": 0.916, - "valence": 0.192 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WE PRAY - (TINI Version)", - "artist": "Coldplay, Little Simz, Burna Boy, Elyanna, TINI", - "album": "WE PRAY (TINI Version)", - "image": "https://i.scdn.co/image/ab67616d0000b27394178df8bf29e150b0615650", - "trackId": "6OICQoNsUIcYsirqoDo08Y", - "trackUri": "spotify:track:6OICQoNsUIcYsirqoDo08Y", - "danceability": 0.74, - "valence": 0.701 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fix What You Didn't Break", - "artist": "Nate Smith", - "album": "Fix What You Didn't Break", - "image": "https://i.scdn.co/image/ab67616d0000b273378995cc83e65e84698c4a01", - "trackId": "0GJ8peTqHq9pu5Yf2vHjjX", - "trackUri": "spotify:track:0GJ8peTqHq9pu5Yf2vHjjX", - "danceability": 0.433, - "valence": 0.464 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Coincidence", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5oIVNm56t6OIf9ZjdEG3ud", - "trackUri": "spotify:track:5oIVNm56t6OIf9ZjdEG3ud", - "danceability": 0.418, - "valence": 0.758 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sharpest Tool", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "3iPIDAFybaoyqX7hvAfWkl", - "trackUri": "spotify:track:3iPIDAFybaoyqX7hvAfWkl", - "danceability": 0.716, - "valence": 0.588 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chevrolet (feat. Jelly Roll)", - "artist": "Jelly Roll, Dustin Lynch", - "album": "Killed The Cowboy", - "image": "https://i.scdn.co/image/ab67616d0000b273d57089ef7e6b09dffdd2e356", - "trackId": "7FKAVg9SA7QYLxdVRLnKjd", - "trackUri": "spotify:track:7FKAVg9SA7QYLxdVRLnKjd", - "danceability": 0.558, - "valence": 0.664 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "6pf7fmrtYcA4WpqTksuh68", - "trackUri": "spotify:track:6pf7fmrtYcA4WpqTksuh68", - "danceability": 0.816, - "valence": 0.111 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is My Dirt - Album Edit", - "artist": "Justin Moore", - "album": "This Is My Dirt", - "image": "https://i.scdn.co/image/ab67616d0000b2732ea41149e5dd3fd0b0efeb14", - "trackId": "3b13F36SZNBbwy781SeUSs", - "trackUri": "spotify:track:3b13F36SZNBbwy781SeUSs", - "danceability": 0.509, - "valence": 0.471 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Fall Fast in Love", - "image": "https://i.scdn.co/image/ab67616d0000b273a87879e6d27e33d1390ae0c7", - "trackId": "1mg8rzws9v1V7OrHAIwT84", - "trackUri": "spotify:track:1mg8rzws9v1V7OrHAIwT84", - "danceability": 0.702, - "valence": 0.429 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Holy Smokes", - "artist": "Bailey Zimmerman", - "album": "Holy Smokes", - "image": "https://i.scdn.co/image/ab67616d0000b27318d27696b412e049ec4bb73e", - "trackId": "1kMWJ16W3Yk3hyNmaM7jfQ", - "trackUri": "spotify:track:1kMWJ16W3Yk3hyNmaM7jfQ", - "danceability": 0.462, - "valence": 0.432 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "ALL RED", - "artist": "Playboi Carti", - "album": "ALL RED", - "image": "https://i.scdn.co/image/ab67616d0000b273ca15942c726ec9c39796435e", - "trackId": "2cZOYofOX4d6g0OXxkaIjA", - "trackUri": "spotify:track:2cZOYofOX4d6g0OXxkaIjA", - "danceability": 0.76, - "valence": 0.209 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Passport Junkie", - "image": "https://i.scdn.co/image/ab67616d0000b27389236213c4efa5c3213ad90b", - "trackId": "5ahdQDl9WGN9dNDDH0RKyJ", - "trackUri": "spotify:track:5ahdQDl9WGN9dNDDH0RKyJ", - "danceability": 0.406, - "valence": 0.601 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241029.json b/data/billboard100-20241029.json deleted file mode 100644 index 3642f0c..0000000 --- a/data/billboard100-20241029.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Slow It Down", - "artist": "Benson Boone", - "album": "Slow It Down", - "image": "https://i.scdn.co/image/ab67616d0000b273f824b0f45489f0f3388d5398", - "trackId": "6WO7IDGLakjO38lsvI2gHB", - "trackUri": "spotify:track:6WO7IDGLakjO38lsvI2gHB", - "danceability": 0.432, - "valence": 0.544 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love You, Miss You, Mean It", - "artist": "Luke Bryan", - "album": "Love You, Miss You, Mean It", - "image": "https://i.scdn.co/image/ab67616d0000b273556a069271db014fc6ee6af0", - "trackId": "2b98AhAxuK5i4YUHaQ7eQR", - "trackUri": "spotify:track:2b98AhAxuK5i4YUHaQ7eQR", - "danceability": 0.45, - "valence": 0.591 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Houdini", - "artist": "Eminem", - "album": "Houdini", - "image": "https://i.scdn.co/image/ab67616d0000b273810603c94c9246379604cf1a", - "trackId": "2HYFX63wP3otVIvopRS99Z", - "trackUri": "spotify:track:2HYFX63wP3otVIvopRS99Z", - "danceability": 0.936, - "valence": 0.889 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Red Wine Supernova", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "7FOgcfdz9Nx5V9lCNXdBYv", - "trackUri": "spotify:track:7FOgcfdz9Nx5V9lCNXdBYv", - "danceability": 0.657, - "valence": 0.709 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Burning Down", - "artist": "Alex Warren", - "album": "Burning Down", - "image": "https://i.scdn.co/image/ab67616d0000b27380fd7741b86bdcc9940f90a8", - "trackId": "7gxQXemQ5MBeK9PUrKRtfV", - "trackUri": "spotify:track:7gxQXemQ5MBeK9PUrKRtfV", - "danceability": 0.499, - "valence": 0.442 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TOO FAST", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "0DhCbTQZfWD8P8pOlg3jv9", - "trackUri": "spotify:track:0DhCbTQZfWD8P8pOlg3jv9", - "danceability": 0.542, - "valence": 0.317 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Casual", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "3WSOUb3U7tqURbBSgZTrZX", - "trackUri": "spotify:track:3WSOUb3U7tqURbBSgZTrZX", - "danceability": 0.508, - "valence": 0.34 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "PLUTOSKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2t4H61OtTYgmDe61KxkjKH", - "trackUri": "spotify:track:2t4H61OtTYgmDe61KxkjKH", - "danceability": 0.794, - "valence": 0.15 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "CHIHIRO", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "7BRD7x5pt8Lqa1eGYC4dzj", - "trackUri": "spotify:track:7BRD7x5pt8Lqa1eGYC4dzj", - "danceability": 0.7, - "valence": 0.521 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TEFLON DON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2jnezASa7o0lP6aif6VrIf", - "trackUri": "spotify:track:2jnezASa7o0lP6aif6VrIf", - "danceability": 0.916, - "valence": 0.192 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WE PRAY - (TINI Version)", - "artist": "Coldplay, Little Simz, Burna Boy, Elyanna, TINI", - "album": "WE PRAY (TINI Version)", - "image": "https://i.scdn.co/image/ab67616d0000b27394178df8bf29e150b0615650", - "trackId": "6OICQoNsUIcYsirqoDo08Y", - "trackUri": "spotify:track:6OICQoNsUIcYsirqoDo08Y", - "danceability": 0.74, - "valence": 0.701 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fix What You Didn't Break", - "artist": "Nate Smith", - "album": "Fix What You Didn't Break", - "image": "https://i.scdn.co/image/ab67616d0000b273378995cc83e65e84698c4a01", - "trackId": "0GJ8peTqHq9pu5Yf2vHjjX", - "trackUri": "spotify:track:0GJ8peTqHq9pu5Yf2vHjjX", - "danceability": 0.433, - "valence": 0.464 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Coincidence", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5oIVNm56t6OIf9ZjdEG3ud", - "trackUri": "spotify:track:5oIVNm56t6OIf9ZjdEG3ud", - "danceability": 0.418, - "valence": 0.758 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sharpest Tool", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "3iPIDAFybaoyqX7hvAfWkl", - "trackUri": "spotify:track:3iPIDAFybaoyqX7hvAfWkl", - "danceability": 0.716, - "valence": 0.588 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chevrolet (feat. Jelly Roll)", - "artist": "Jelly Roll, Dustin Lynch", - "album": "Killed The Cowboy", - "image": "https://i.scdn.co/image/ab67616d0000b273d57089ef7e6b09dffdd2e356", - "trackId": "7FKAVg9SA7QYLxdVRLnKjd", - "trackUri": "spotify:track:7FKAVg9SA7QYLxdVRLnKjd", - "danceability": 0.558, - "valence": 0.664 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "6pf7fmrtYcA4WpqTksuh68", - "trackUri": "spotify:track:6pf7fmrtYcA4WpqTksuh68", - "danceability": 0.816, - "valence": 0.111 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is My Dirt - Album Edit", - "artist": "Justin Moore", - "album": "This Is My Dirt", - "image": "https://i.scdn.co/image/ab67616d0000b2732ea41149e5dd3fd0b0efeb14", - "trackId": "3b13F36SZNBbwy781SeUSs", - "trackUri": "spotify:track:3b13F36SZNBbwy781SeUSs", - "danceability": 0.509, - "valence": 0.471 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Fall Fast in Love", - "image": "https://i.scdn.co/image/ab67616d0000b273a87879e6d27e33d1390ae0c7", - "trackId": "1mg8rzws9v1V7OrHAIwT84", - "trackUri": "spotify:track:1mg8rzws9v1V7OrHAIwT84", - "danceability": 0.702, - "valence": 0.429 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Holy Smokes", - "artist": "Bailey Zimmerman", - "album": "Holy Smokes", - "image": "https://i.scdn.co/image/ab67616d0000b27318d27696b412e049ec4bb73e", - "trackId": "1kMWJ16W3Yk3hyNmaM7jfQ", - "trackUri": "spotify:track:1kMWJ16W3Yk3hyNmaM7jfQ", - "danceability": 0.462, - "valence": 0.432 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "ALL RED", - "artist": "Playboi Carti", - "album": "ALL RED", - "image": "https://i.scdn.co/image/ab67616d0000b273ca15942c726ec9c39796435e", - "trackId": "2cZOYofOX4d6g0OXxkaIjA", - "trackUri": "spotify:track:2cZOYofOX4d6g0OXxkaIjA", - "danceability": 0.76, - "valence": 0.209 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Passport Junkie", - "image": "https://i.scdn.co/image/ab67616d0000b27389236213c4efa5c3213ad90b", - "trackId": "5ahdQDl9WGN9dNDDH0RKyJ", - "trackUri": "spotify:track:5ahdQDl9WGN9dNDDH0RKyJ", - "danceability": 0.406, - "valence": 0.601 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241030.json b/data/billboard100-20241030.json deleted file mode 100644 index 3642f0c..0000000 --- a/data/billboard100-20241030.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Slow It Down", - "artist": "Benson Boone", - "album": "Slow It Down", - "image": "https://i.scdn.co/image/ab67616d0000b273f824b0f45489f0f3388d5398", - "trackId": "6WO7IDGLakjO38lsvI2gHB", - "trackUri": "spotify:track:6WO7IDGLakjO38lsvI2gHB", - "danceability": 0.432, - "valence": 0.544 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love You, Miss You, Mean It", - "artist": "Luke Bryan", - "album": "Love You, Miss You, Mean It", - "image": "https://i.scdn.co/image/ab67616d0000b273556a069271db014fc6ee6af0", - "trackId": "2b98AhAxuK5i4YUHaQ7eQR", - "trackUri": "spotify:track:2b98AhAxuK5i4YUHaQ7eQR", - "danceability": 0.45, - "valence": 0.591 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Houdini", - "artist": "Eminem", - "album": "Houdini", - "image": "https://i.scdn.co/image/ab67616d0000b273810603c94c9246379604cf1a", - "trackId": "2HYFX63wP3otVIvopRS99Z", - "trackUri": "spotify:track:2HYFX63wP3otVIvopRS99Z", - "danceability": 0.936, - "valence": 0.889 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Red Wine Supernova", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "7FOgcfdz9Nx5V9lCNXdBYv", - "trackUri": "spotify:track:7FOgcfdz9Nx5V9lCNXdBYv", - "danceability": 0.657, - "valence": 0.709 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Burning Down", - "artist": "Alex Warren", - "album": "Burning Down", - "image": "https://i.scdn.co/image/ab67616d0000b27380fd7741b86bdcc9940f90a8", - "trackId": "7gxQXemQ5MBeK9PUrKRtfV", - "trackUri": "spotify:track:7gxQXemQ5MBeK9PUrKRtfV", - "danceability": 0.499, - "valence": 0.442 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TOO FAST", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "0DhCbTQZfWD8P8pOlg3jv9", - "trackUri": "spotify:track:0DhCbTQZfWD8P8pOlg3jv9", - "danceability": 0.542, - "valence": 0.317 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Casual", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "3WSOUb3U7tqURbBSgZTrZX", - "trackUri": "spotify:track:3WSOUb3U7tqURbBSgZTrZX", - "danceability": 0.508, - "valence": 0.34 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "PLUTOSKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2t4H61OtTYgmDe61KxkjKH", - "trackUri": "spotify:track:2t4H61OtTYgmDe61KxkjKH", - "danceability": 0.794, - "valence": 0.15 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "CHIHIRO", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "7BRD7x5pt8Lqa1eGYC4dzj", - "trackUri": "spotify:track:7BRD7x5pt8Lqa1eGYC4dzj", - "danceability": 0.7, - "valence": 0.521 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TEFLON DON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2jnezASa7o0lP6aif6VrIf", - "trackUri": "spotify:track:2jnezASa7o0lP6aif6VrIf", - "danceability": 0.916, - "valence": 0.192 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WE PRAY - (TINI Version)", - "artist": "Coldplay, Little Simz, Burna Boy, Elyanna, TINI", - "album": "WE PRAY (TINI Version)", - "image": "https://i.scdn.co/image/ab67616d0000b27394178df8bf29e150b0615650", - "trackId": "6OICQoNsUIcYsirqoDo08Y", - "trackUri": "spotify:track:6OICQoNsUIcYsirqoDo08Y", - "danceability": 0.74, - "valence": 0.701 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fix What You Didn't Break", - "artist": "Nate Smith", - "album": "Fix What You Didn't Break", - "image": "https://i.scdn.co/image/ab67616d0000b273378995cc83e65e84698c4a01", - "trackId": "0GJ8peTqHq9pu5Yf2vHjjX", - "trackUri": "spotify:track:0GJ8peTqHq9pu5Yf2vHjjX", - "danceability": 0.433, - "valence": 0.464 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Coincidence", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5oIVNm56t6OIf9ZjdEG3ud", - "trackUri": "spotify:track:5oIVNm56t6OIf9ZjdEG3ud", - "danceability": 0.418, - "valence": 0.758 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sharpest Tool", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "3iPIDAFybaoyqX7hvAfWkl", - "trackUri": "spotify:track:3iPIDAFybaoyqX7hvAfWkl", - "danceability": 0.716, - "valence": 0.588 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chevrolet (feat. Jelly Roll)", - "artist": "Jelly Roll, Dustin Lynch", - "album": "Killed The Cowboy", - "image": "https://i.scdn.co/image/ab67616d0000b273d57089ef7e6b09dffdd2e356", - "trackId": "7FKAVg9SA7QYLxdVRLnKjd", - "trackUri": "spotify:track:7FKAVg9SA7QYLxdVRLnKjd", - "danceability": 0.558, - "valence": 0.664 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SKI", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "6pf7fmrtYcA4WpqTksuh68", - "trackUri": "spotify:track:6pf7fmrtYcA4WpqTksuh68", - "danceability": 0.816, - "valence": 0.111 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is My Dirt - Album Edit", - "artist": "Justin Moore", - "album": "This Is My Dirt", - "image": "https://i.scdn.co/image/ab67616d0000b2732ea41149e5dd3fd0b0efeb14", - "trackId": "3b13F36SZNBbwy781SeUSs", - "trackUri": "spotify:track:3b13F36SZNBbwy781SeUSs", - "danceability": 0.509, - "valence": 0.471 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Fall Fast in Love", - "image": "https://i.scdn.co/image/ab67616d0000b273a87879e6d27e33d1390ae0c7", - "trackId": "1mg8rzws9v1V7OrHAIwT84", - "trackUri": "spotify:track:1mg8rzws9v1V7OrHAIwT84", - "danceability": 0.702, - "valence": 0.429 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Holy Smokes", - "artist": "Bailey Zimmerman", - "album": "Holy Smokes", - "image": "https://i.scdn.co/image/ab67616d0000b27318d27696b412e049ec4bb73e", - "trackId": "1kMWJ16W3Yk3hyNmaM7jfQ", - "trackUri": "spotify:track:1kMWJ16W3Yk3hyNmaM7jfQ", - "danceability": 0.462, - "valence": 0.432 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "ALL RED", - "artist": "Playboi Carti", - "album": "ALL RED", - "image": "https://i.scdn.co/image/ab67616d0000b273ca15942c726ec9c39796435e", - "trackId": "2cZOYofOX4d6g0OXxkaIjA", - "trackUri": "spotify:track:2cZOYofOX4d6g0OXxkaIjA", - "danceability": 0.76, - "valence": 0.209 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Passport Junkie", - "image": "https://i.scdn.co/image/ab67616d0000b27389236213c4efa5c3213ad90b", - "trackId": "5ahdQDl9WGN9dNDDH0RKyJ", - "trackUri": "spotify:track:5ahdQDl9WGN9dNDDH0RKyJ", - "danceability": 0.406, - "valence": 0.601 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241103.json b/data/billboard100-20241103.json deleted file mode 100644 index ca5f58d..0000000 --- a/data/billboard100-20241103.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "5srHQMMvaXT2S3nXy1jq6g", - "trackUri": "spotify:track:5srHQMMvaXT2S3nXy1jq6g", - "danceability": 0.406, - "valence": 0.601 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SI NO ES CONTIGO", - "artist": "Cris Mj", - "album": "SI NO ES CONTIGO", - "image": "https://i.scdn.co/image/ab67616d0000b273b5a456d85aa63ef612e73edb", - "trackId": "5Uptvz6j1sjDKxidAcnH2L", - "trackUri": "spotify:track:5Uptvz6j1sjDKxidAcnH2L", - "danceability": 0.763, - "valence": 0.78 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sympathy is a knife featuring ariana grande", - "artist": "Charli xcx, Ariana Grande", - "album": "Sympathy is a knife featuring ariana grande", - "image": "https://i.scdn.co/image/ab67616d0000b273cb260d46ad3b5cc7f91dc6ee", - "trackId": "6xrTHtSg2SDBLilLxhbhof", - "trackUri": "spotify:track:6xrTHtSg2SDBLilLxhbhof", - "danceability": 0.711, - "valence": 0.339 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "32rUiWgyd3Du6uJe0CbXR3", - "trackUri": "spotify:track:32rUiWgyd3Du6uJe0CbXR3", - "danceability": 0.731, - "valence": 0.416 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Last Lap", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "1qJGJR5DXftoDjeNjNvIDy", - "trackUri": "spotify:track:1qJGJR5DXftoDjeNjNvIDy", - "danceability": 0.738, - "valence": 0.43 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Federal Nightmares", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "7K43BENx9D8k0RznDLBTie", - "trackUri": "spotify:track:7K43BENx9D8k0RznDLBTie", - "danceability": 0.588, - "valence": 0.737 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Back on my BS", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4I7EjNiZBiWztkWyr9PsRU", - "trackUri": "spotify:track:4I7EjNiZBiWztkWyr9PsRU", - "danceability": 0.803, - "valence": 0.687 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Leave Me Alone", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4CkbpelT92r4dVkceDX9g1", - "trackUri": "spotify:track:4CkbpelT92r4dVkceDX9g1", - "danceability": 0.835, - "valence": 0.374 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mantra", - "artist": "JENNIE", - "album": "Mantra", - "image": "https://i.scdn.co/image/ab67616d0000b273a3775761df7db97cf6699e41", - "trackId": "2CspwnypzT7rcWI9RfsoSb", - "trackUri": "spotify:track:2CspwnypzT7rcWI9RfsoSb", - "danceability": 0.894, - "valence": 0.838 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Angel With An Attitude", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "2gUEB9jSU0HZhLJIYffeQn", - "trackUri": "spotify:track:2gUEB9jSU0HZhLJIYffeQn", - "danceability": 0.604, - "valence": 0.323 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241104.json b/data/billboard100-20241104.json deleted file mode 100644 index ca5f58d..0000000 --- a/data/billboard100-20241104.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "5srHQMMvaXT2S3nXy1jq6g", - "trackUri": "spotify:track:5srHQMMvaXT2S3nXy1jq6g", - "danceability": 0.406, - "valence": 0.601 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SI NO ES CONTIGO", - "artist": "Cris Mj", - "album": "SI NO ES CONTIGO", - "image": "https://i.scdn.co/image/ab67616d0000b273b5a456d85aa63ef612e73edb", - "trackId": "5Uptvz6j1sjDKxidAcnH2L", - "trackUri": "spotify:track:5Uptvz6j1sjDKxidAcnH2L", - "danceability": 0.763, - "valence": 0.78 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sympathy is a knife featuring ariana grande", - "artist": "Charli xcx, Ariana Grande", - "album": "Sympathy is a knife featuring ariana grande", - "image": "https://i.scdn.co/image/ab67616d0000b273cb260d46ad3b5cc7f91dc6ee", - "trackId": "6xrTHtSg2SDBLilLxhbhof", - "trackUri": "spotify:track:6xrTHtSg2SDBLilLxhbhof", - "danceability": 0.711, - "valence": 0.339 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "32rUiWgyd3Du6uJe0CbXR3", - "trackUri": "spotify:track:32rUiWgyd3Du6uJe0CbXR3", - "danceability": 0.731, - "valence": 0.416 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Last Lap", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "1qJGJR5DXftoDjeNjNvIDy", - "trackUri": "spotify:track:1qJGJR5DXftoDjeNjNvIDy", - "danceability": 0.738, - "valence": 0.43 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Federal Nightmares", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "7K43BENx9D8k0RznDLBTie", - "trackUri": "spotify:track:7K43BENx9D8k0RznDLBTie", - "danceability": 0.588, - "valence": 0.737 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Back on my BS", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4I7EjNiZBiWztkWyr9PsRU", - "trackUri": "spotify:track:4I7EjNiZBiWztkWyr9PsRU", - "danceability": 0.803, - "valence": 0.687 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Leave Me Alone", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4CkbpelT92r4dVkceDX9g1", - "trackUri": "spotify:track:4CkbpelT92r4dVkceDX9g1", - "danceability": 0.835, - "valence": 0.374 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mantra", - "artist": "JENNIE", - "album": "Mantra", - "image": "https://i.scdn.co/image/ab67616d0000b273a3775761df7db97cf6699e41", - "trackId": "2CspwnypzT7rcWI9RfsoSb", - "trackUri": "spotify:track:2CspwnypzT7rcWI9RfsoSb", - "danceability": 0.894, - "valence": 0.838 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Angel With An Attitude", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "2gUEB9jSU0HZhLJIYffeQn", - "trackUri": "spotify:track:2gUEB9jSU0HZhLJIYffeQn", - "danceability": 0.604, - "valence": 0.323 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241105.json b/data/billboard100-20241105.json deleted file mode 100644 index ca5f58d..0000000 --- a/data/billboard100-20241105.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "5srHQMMvaXT2S3nXy1jq6g", - "trackUri": "spotify:track:5srHQMMvaXT2S3nXy1jq6g", - "danceability": 0.406, - "valence": 0.601 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SI NO ES CONTIGO", - "artist": "Cris Mj", - "album": "SI NO ES CONTIGO", - "image": "https://i.scdn.co/image/ab67616d0000b273b5a456d85aa63ef612e73edb", - "trackId": "5Uptvz6j1sjDKxidAcnH2L", - "trackUri": "spotify:track:5Uptvz6j1sjDKxidAcnH2L", - "danceability": 0.763, - "valence": 0.78 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sympathy is a knife featuring ariana grande", - "artist": "Charli xcx, Ariana Grande", - "album": "Sympathy is a knife featuring ariana grande", - "image": "https://i.scdn.co/image/ab67616d0000b273cb260d46ad3b5cc7f91dc6ee", - "trackId": "6xrTHtSg2SDBLilLxhbhof", - "trackUri": "spotify:track:6xrTHtSg2SDBLilLxhbhof", - "danceability": 0.711, - "valence": 0.339 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "32rUiWgyd3Du6uJe0CbXR3", - "trackUri": "spotify:track:32rUiWgyd3Du6uJe0CbXR3", - "danceability": 0.731, - "valence": 0.416 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Last Lap", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "1qJGJR5DXftoDjeNjNvIDy", - "trackUri": "spotify:track:1qJGJR5DXftoDjeNjNvIDy", - "danceability": 0.738, - "valence": 0.43 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Federal Nightmares", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "7K43BENx9D8k0RznDLBTie", - "trackUri": "spotify:track:7K43BENx9D8k0RznDLBTie", - "danceability": 0.588, - "valence": 0.737 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Back on my BS", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4I7EjNiZBiWztkWyr9PsRU", - "trackUri": "spotify:track:4I7EjNiZBiWztkWyr9PsRU", - "danceability": 0.803, - "valence": 0.687 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Leave Me Alone", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4CkbpelT92r4dVkceDX9g1", - "trackUri": "spotify:track:4CkbpelT92r4dVkceDX9g1", - "danceability": 0.835, - "valence": 0.374 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mantra", - "artist": "JENNIE", - "album": "Mantra", - "image": "https://i.scdn.co/image/ab67616d0000b273a3775761df7db97cf6699e41", - "trackId": "2CspwnypzT7rcWI9RfsoSb", - "trackUri": "spotify:track:2CspwnypzT7rcWI9RfsoSb", - "danceability": 0.894, - "valence": 0.838 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Angel With An Attitude", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "2gUEB9jSU0HZhLJIYffeQn", - "trackUri": "spotify:track:2gUEB9jSU0HZhLJIYffeQn", - "danceability": 0.604, - "valence": 0.323 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241106.json b/data/billboard100-20241106.json deleted file mode 100644 index ca5f58d..0000000 --- a/data/billboard100-20241106.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "5srHQMMvaXT2S3nXy1jq6g", - "trackUri": "spotify:track:5srHQMMvaXT2S3nXy1jq6g", - "danceability": 0.406, - "valence": 0.601 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SI NO ES CONTIGO", - "artist": "Cris Mj", - "album": "SI NO ES CONTIGO", - "image": "https://i.scdn.co/image/ab67616d0000b273b5a456d85aa63ef612e73edb", - "trackId": "5Uptvz6j1sjDKxidAcnH2L", - "trackUri": "spotify:track:5Uptvz6j1sjDKxidAcnH2L", - "danceability": 0.763, - "valence": 0.78 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sympathy is a knife featuring ariana grande", - "artist": "Charli xcx, Ariana Grande", - "album": "Sympathy is a knife featuring ariana grande", - "image": "https://i.scdn.co/image/ab67616d0000b273cb260d46ad3b5cc7f91dc6ee", - "trackId": "6xrTHtSg2SDBLilLxhbhof", - "trackUri": "spotify:track:6xrTHtSg2SDBLilLxhbhof", - "danceability": 0.711, - "valence": 0.339 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "32rUiWgyd3Du6uJe0CbXR3", - "trackUri": "spotify:track:32rUiWgyd3Du6uJe0CbXR3", - "danceability": 0.731, - "valence": 0.416 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Last Lap", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "1qJGJR5DXftoDjeNjNvIDy", - "trackUri": "spotify:track:1qJGJR5DXftoDjeNjNvIDy", - "danceability": 0.738, - "valence": 0.43 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Federal Nightmares", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "7K43BENx9D8k0RznDLBTie", - "trackUri": "spotify:track:7K43BENx9D8k0RznDLBTie", - "danceability": 0.588, - "valence": 0.737 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Back on my BS", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4I7EjNiZBiWztkWyr9PsRU", - "trackUri": "spotify:track:4I7EjNiZBiWztkWyr9PsRU", - "danceability": 0.803, - "valence": 0.687 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Leave Me Alone", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4CkbpelT92r4dVkceDX9g1", - "trackUri": "spotify:track:4CkbpelT92r4dVkceDX9g1", - "danceability": 0.835, - "valence": 0.374 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mantra", - "artist": "JENNIE", - "album": "Mantra", - "image": "https://i.scdn.co/image/ab67616d0000b273a3775761df7db97cf6699e41", - "trackId": "2CspwnypzT7rcWI9RfsoSb", - "trackUri": "spotify:track:2CspwnypzT7rcWI9RfsoSb", - "danceability": 0.894, - "valence": 0.838 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Angel With An Attitude", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "2gUEB9jSU0HZhLJIYffeQn", - "trackUri": "spotify:track:2gUEB9jSU0HZhLJIYffeQn", - "danceability": 0.604, - "valence": 0.323 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241107.json b/data/billboard100-20241107.json deleted file mode 100644 index ca5f58d..0000000 --- a/data/billboard100-20241107.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "5srHQMMvaXT2S3nXy1jq6g", - "trackUri": "spotify:track:5srHQMMvaXT2S3nXy1jq6g", - "danceability": 0.406, - "valence": 0.601 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SI NO ES CONTIGO", - "artist": "Cris Mj", - "album": "SI NO ES CONTIGO", - "image": "https://i.scdn.co/image/ab67616d0000b273b5a456d85aa63ef612e73edb", - "trackId": "5Uptvz6j1sjDKxidAcnH2L", - "trackUri": "spotify:track:5Uptvz6j1sjDKxidAcnH2L", - "danceability": 0.763, - "valence": 0.78 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sympathy is a knife featuring ariana grande", - "artist": "Charli xcx, Ariana Grande", - "album": "Sympathy is a knife featuring ariana grande", - "image": "https://i.scdn.co/image/ab67616d0000b273cb260d46ad3b5cc7f91dc6ee", - "trackId": "6xrTHtSg2SDBLilLxhbhof", - "trackUri": "spotify:track:6xrTHtSg2SDBLilLxhbhof", - "danceability": 0.711, - "valence": 0.339 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "32rUiWgyd3Du6uJe0CbXR3", - "trackUri": "spotify:track:32rUiWgyd3Du6uJe0CbXR3", - "danceability": 0.731, - "valence": 0.416 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Last Lap", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "1qJGJR5DXftoDjeNjNvIDy", - "trackUri": "spotify:track:1qJGJR5DXftoDjeNjNvIDy", - "danceability": 0.738, - "valence": 0.43 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Federal Nightmares", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "7K43BENx9D8k0RznDLBTie", - "trackUri": "spotify:track:7K43BENx9D8k0RznDLBTie", - "danceability": 0.588, - "valence": 0.737 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Back on my BS", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4I7EjNiZBiWztkWyr9PsRU", - "trackUri": "spotify:track:4I7EjNiZBiWztkWyr9PsRU", - "danceability": 0.803, - "valence": 0.687 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Leave Me Alone", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4CkbpelT92r4dVkceDX9g1", - "trackUri": "spotify:track:4CkbpelT92r4dVkceDX9g1", - "danceability": 0.835, - "valence": 0.374 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mantra", - "artist": "JENNIE", - "album": "Mantra", - "image": "https://i.scdn.co/image/ab67616d0000b273a3775761df7db97cf6699e41", - "trackId": "2CspwnypzT7rcWI9RfsoSb", - "trackUri": "spotify:track:2CspwnypzT7rcWI9RfsoSb", - "danceability": 0.894, - "valence": 0.838 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Angel With An Attitude", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "2gUEB9jSU0HZhLJIYffeQn", - "trackUri": "spotify:track:2gUEB9jSU0HZhLJIYffeQn", - "danceability": 0.604, - "valence": 0.323 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241108.json b/data/billboard100-20241108.json deleted file mode 100644 index ca5f58d..0000000 --- a/data/billboard100-20241108.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "5srHQMMvaXT2S3nXy1jq6g", - "trackUri": "spotify:track:5srHQMMvaXT2S3nXy1jq6g", - "danceability": 0.406, - "valence": 0.601 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SI NO ES CONTIGO", - "artist": "Cris Mj", - "album": "SI NO ES CONTIGO", - "image": "https://i.scdn.co/image/ab67616d0000b273b5a456d85aa63ef612e73edb", - "trackId": "5Uptvz6j1sjDKxidAcnH2L", - "trackUri": "spotify:track:5Uptvz6j1sjDKxidAcnH2L", - "danceability": 0.763, - "valence": 0.78 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sympathy is a knife featuring ariana grande", - "artist": "Charli xcx, Ariana Grande", - "album": "Sympathy is a knife featuring ariana grande", - "image": "https://i.scdn.co/image/ab67616d0000b273cb260d46ad3b5cc7f91dc6ee", - "trackId": "6xrTHtSg2SDBLilLxhbhof", - "trackUri": "spotify:track:6xrTHtSg2SDBLilLxhbhof", - "danceability": 0.711, - "valence": 0.339 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "32rUiWgyd3Du6uJe0CbXR3", - "trackUri": "spotify:track:32rUiWgyd3Du6uJe0CbXR3", - "danceability": 0.731, - "valence": 0.416 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Last Lap", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "1qJGJR5DXftoDjeNjNvIDy", - "trackUri": "spotify:track:1qJGJR5DXftoDjeNjNvIDy", - "danceability": 0.738, - "valence": 0.43 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Federal Nightmares", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "7K43BENx9D8k0RznDLBTie", - "trackUri": "spotify:track:7K43BENx9D8k0RznDLBTie", - "danceability": 0.588, - "valence": 0.737 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Back on my BS", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4I7EjNiZBiWztkWyr9PsRU", - "trackUri": "spotify:track:4I7EjNiZBiWztkWyr9PsRU", - "danceability": 0.803, - "valence": 0.687 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Leave Me Alone", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4CkbpelT92r4dVkceDX9g1", - "trackUri": "spotify:track:4CkbpelT92r4dVkceDX9g1", - "danceability": 0.835, - "valence": 0.374 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mantra", - "artist": "JENNIE", - "album": "Mantra", - "image": "https://i.scdn.co/image/ab67616d0000b273a3775761df7db97cf6699e41", - "trackId": "2CspwnypzT7rcWI9RfsoSb", - "trackUri": "spotify:track:2CspwnypzT7rcWI9RfsoSb", - "danceability": 0.894, - "valence": 0.838 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Angel With An Attitude", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "2gUEB9jSU0HZhLJIYffeQn", - "trackUri": "spotify:track:2gUEB9jSU0HZhLJIYffeQn", - "danceability": 0.604, - "valence": 0.323 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241109.json b/data/billboard100-20241109.json deleted file mode 100644 index ca5f58d..0000000 --- a/data/billboard100-20241109.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Saturn", - "artist": "SZA", - "album": "Saturn", - "image": "https://i.scdn.co/image/ab67616d0000b273d70916ee9e40c90380ba5f07", - "trackId": "1bjeWoagtHmUKputLVyDxQ", - "trackUri": "spotify:track:1bjeWoagtHmUKputLVyDxQ", - "danceability": 0.411, - "valence": 0.337 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like That", - "artist": "Future, Metro Boomin, Kendrick Lamar", - "album": "WE DON'T TRUST YOU", - "image": "https://i.scdn.co/image/ab67616d0000b273a46b07c291e6dfdee13b3ee8", - "trackId": "2tudvzsrR56uom6smgOcSf", - "trackUri": "spotify:track:2tudvzsrR56uom6smgOcSf", - "danceability": 0.814, - "valence": 0.312 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "360", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "4w2GLmK2wnioVnb5CPQeex", - "trackUri": "spotify:track:4w2GLmK2wnioVnb5CPQeex", - "danceability": 0.857, - "valence": 0.796 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guess featuring billie eilish", - "artist": "Charli xcx, Billie Eilish", - "album": "Guess featuring Billie Eilish", - "image": "https://i.scdn.co/image/ab67616d0000b273dca19fcb7a25410224da080b", - "trackId": "3WOhcATHxK2SLNeP5W3v1v", - "trackUri": "spotify:track:3WOhcATHxK2SLNeP5W3v1v", - "danceability": 0.776, - "valence": 0.618 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thick Of It (feat. Trippie Redd)", - "artist": "KSI, Trippie Redd", - "album": "Thick Of It (feat. Trippie Redd) / Low", - "image": "https://i.scdn.co/image/ab67616d0000b2734b8b52a487c842534619501a", - "trackId": "1xmvq1fYLs9TEgikaFilGW", - "trackUri": "spotify:track:1xmvq1fYLs9TEgikaFilGW", - "danceability": 0.588, - "valence": 0.648 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Passport Junkie", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "5srHQMMvaXT2S3nXy1jq6g", - "trackUri": "spotify:track:5srHQMMvaXT2S3nXy1jq6g", - "danceability": 0.406, - "valence": 0.601 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Big Dawgs", - "artist": "Hanumankind, Kalmi", - "album": "Big Dawgs", - "image": "https://i.scdn.co/image/ab67616d0000b273d9afe5c70c43cb2bd34605ea", - "trackId": "0OA00aPt3BV10qeMIs3meW", - "trackUri": "spotify:track:0OA00aPt3BV10qeMIs3meW", - "danceability": 0.464, - "valence": 0.262 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SI NO ES CONTIGO", - "artist": "Cris Mj", - "album": "SI NO ES CONTIGO", - "image": "https://i.scdn.co/image/ab67616d0000b273b5a456d85aa63ef612e73edb", - "trackId": "5Uptvz6j1sjDKxidAcnH2L", - "trackUri": "spotify:track:5Uptvz6j1sjDKxidAcnH2L", - "danceability": 0.763, - "valence": 0.78 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sympathy is a knife featuring ariana grande", - "artist": "Charli xcx, Ariana Grande", - "album": "Sympathy is a knife featuring ariana grande", - "image": "https://i.scdn.co/image/ab67616d0000b273cb260d46ad3b5cc7f91dc6ee", - "trackId": "6xrTHtSg2SDBLilLxhbhof", - "trackUri": "spotify:track:6xrTHtSg2SDBLilLxhbhof", - "danceability": 0.711, - "valence": 0.339 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Fall Fast in Love", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "32rUiWgyd3Du6uJe0CbXR3", - "trackUri": "spotify:track:32rUiWgyd3Du6uJe0CbXR3", - "danceability": 0.731, - "valence": 0.416 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Liar", - "image": "https://i.scdn.co/image/ab67616d0000b2736b928533e17b59fc9139f0e7", - "trackId": "0BKLYnngsUyaEwWPOJjGxc", - "trackUri": "spotify:track:0BKLYnngsUyaEwWPOJjGxc", - "danceability": 0.642, - "valence": 0.568 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Last Lap", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "1qJGJR5DXftoDjeNjNvIDy", - "trackUri": "spotify:track:1qJGJR5DXftoDjeNjNvIDy", - "danceability": 0.738, - "valence": 0.43 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Worst Way", - "artist": "Riley Green", - "album": "Worst Way", - "image": "https://i.scdn.co/image/ab67616d0000b27327fffe3e84987cfae56d7111", - "trackId": "4u2pk0zATUkEeMtuuMtu46", - "trackUri": "spotify:track:4u2pk0zATUkEeMtuuMtu46", - "danceability": 0.366, - "valence": 0.349 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Federal Nightmares", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "7K43BENx9D8k0RznDLBTie", - "trackUri": "spotify:track:7K43BENx9D8k0RznDLBTie", - "danceability": 0.588, - "valence": 0.737 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LIL DEMON", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "3aCPResPDNae3pXTocGpYe", - "trackUri": "spotify:track:3aCPResPDNae3pXTocGpYe", - "danceability": 0.863, - "valence": 0.301 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Back on my BS", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4I7EjNiZBiWztkWyr9PsRU", - "trackUri": "spotify:track:4I7EjNiZBiWztkWyr9PsRU", - "danceability": 0.803, - "valence": 0.687 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Leave Me Alone", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "4CkbpelT92r4dVkceDX9g1", - "trackUri": "spotify:track:4CkbpelT92r4dVkceDX9g1", - "danceability": 0.835, - "valence": 0.374 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Belong Together", - "artist": "Mark Ambor", - "album": "Belong Together", - "image": "https://i.scdn.co/image/ab67616d0000b273ed71b8008aaa879622f8c3b5", - "trackId": "5uQ7de4EWjb3rkcFxyEOpu", - "trackUri": "spotify:track:5uQ7de4EWjb3rkcFxyEOpu", - "danceability": 0.646, - "valence": 0.64 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Emptiness Machine", - "artist": "Linkin Park", - "album": "The Emptiness Machine", - "image": "https://i.scdn.co/image/ab67616d0000b273c0db065619ed208515412917", - "trackId": "2PnlsTsOTLE5jnBnNe2K0A", - "trackUri": "spotify:track:2PnlsTsOTLE5jnBnNe2K0A", - "danceability": 0.466, - "valence": 0.806 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mantra", - "artist": "JENNIE", - "album": "Mantra", - "image": "https://i.scdn.co/image/ab67616d0000b273a3775761df7db97cf6699e41", - "trackId": "2CspwnypzT7rcWI9RfsoSb", - "trackUri": "spotify:track:2CspwnypzT7rcWI9RfsoSb", - "danceability": 0.894, - "valence": 0.838 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Angel With An Attitude", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "2gUEB9jSU0HZhLJIYffeQn", - "trackUri": "spotify:track:2gUEB9jSU0HZhLJIYffeQn", - "danceability": 0.604, - "valence": 0.323 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241110.json b/data/billboard100-20241110.json deleted file mode 100644 index cf755e4..0000000 --- a/data/billboard100-20241110.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "St. Chroma (feat. Daniel Caesar)", - "artist": "Tyler, The Creator, Daniel Caesar", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "1QoyuMHNBe7lg3YW4Qtll4", - "trackUri": "spotify:track:1QoyuMHNBe7lg3YW4Qtll4", - "danceability": 0.576, - "valence": 0.373 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sticky (feat. GloRilla, Sexyy Red & Lil Wayne)", - "artist": "Tyler, The Creator, GloRilla, Sexyy Red, Lil Wayne", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3tFed7YsjGnIfxeLEQwx3R", - "trackUri": "spotify:track:3tFed7YsjGnIfxeLEQwx3R", - "danceability": 0.505, - "valence": 0.664 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Darling, I (feat. Teezo Touchdown)", - "artist": "Tyler, The Creator, Teezo Touchdown", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0VaeksJaXy5R1nvcTMh3Xk", - "trackUri": "spotify:track:0VaeksJaXy5R1nvcTMh3Xk", - "danceability": 0.373, - "valence": 0.361 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Rah Tah Tah", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "5RePVWy39tLpHH0WwXgBsK", - "trackUri": "spotify:track:5RePVWy39tLpHH0WwXgBsK", - "danceability": 0.661, - "valence": 0.514 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thriller", - "artist": "Michael Jackson", - "album": "Thriller 25 Super Deluxe Edition", - "image": "https://i.scdn.co/image/ab67616d0000b2734121faee8df82c526cbab2be", - "trackId": "3S2R0EVwBSAVMd5UMgKTL0", - "trackUri": "spotify:track:3S2R0EVwBSAVMd5UMgKTL0", - "danceability": 0.773, - "valence": 0.813 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Disease", - "artist": "Lady Gaga", - "album": "Disease", - "image": "https://i.scdn.co/image/ab67616d0000b273465e58cfc2ee480a7d0ae59d", - "trackId": "19KlZwqlT3fguP2BeHF1Q1", - "trackUri": "spotify:track:19KlZwqlT3fguP2BeHF1Q1", - "danceability": 0.562, - "valence": 0.501 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ghostbusters", - "artist": "Ray Parker Jr.", - "album": "Ghostbusters (Original Motion Picture Soundtrack) [2016]", - "image": "https://i.scdn.co/image/ab67616d0000b273aed4808eac27b70ba532f0e4", - "trackId": "3m0y8qLoznUYi73SUBP8GI", - "trackUri": "spotify:track:3m0y8qLoznUYi73SUBP8GI", - "danceability": 0.788, - "valence": 0.738 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Monster Mash", - "artist": "Bobby \"Boris\" Pickett, The Crypt-Kickers", - "album": "The Original Monster Mash", - "image": "https://i.scdn.co/image/ab67616d0000b273edf6710f9c0cd81e37fcaf3d", - "trackId": "0xxZY5C9xxij3D1HkzbnfC", - "trackUri": "spotify:track:0xxZY5C9xxij3D1HkzbnfC", - "danceability": 0.541, - "valence": 0.707 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thought I Was Dead (feat. ScHoolboy Q & Santigold)", - "artist": "Tyler, The Creator, ScHoolboy Q, Santigold", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "2aYHxnMF2umAavtgBvmkY1", - "trackUri": "spotify:track:2aYHxnMF2umAavtgBvmkY1", - "danceability": 0.77, - "valence": 0.64 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Hey Jane", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3Umj02ZNl4d356pS1D38mn", - "trackUri": "spotify:track:3Umj02ZNl4d356pS1D38mn", - "danceability": 0.495, - "valence": 0.669 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is Halloween", - "artist": "The Citizens of Halloween", - "album": "Nightmare Before Christmas Special Edition", - "image": "https://i.scdn.co/image/ab67616d0000b27347cc5d86f3528b233f2b78ff", - "trackId": "01YROQCnF1AQm7SCWJmD2o", - "trackUri": "spotify:track:01YROQCnF1AQm7SCWJmD2o", - "danceability": 0.567, - "valence": 0.647 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Judge Judy", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6ie0uyyvOKTTuIFBMPiNIl", - "trackUri": "spotify:track:6ie0uyyvOKTTuIFBMPiNIl", - "danceability": 0.622, - "valence": 0.362 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Take Your Mask Off (feat. Daniel Caesar & LaToiya Williams)", - "artist": "Tyler, The Creator, Daniel Caesar, LaToiya Williams", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "4BSR9I4ExlCJdXJo2GpBD5", - "trackUri": "spotify:track:4BSR9I4ExlCJdXJo2GpBD5", - "danceability": 0.503, - "valence": 0.515 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like Him (feat. Lola Young)", - "artist": "Tyler, The Creator, Lola Young", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6jbYpRPTEFl1HFKHk1IC0m", - "trackUri": "spotify:track:6jbYpRPTEFl1HFKHk1IC0m", - "danceability": 0.392, - "valence": 0.191 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Killed You", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3GdwjAsCsoE79ObhsJFyYb", - "trackUri": "spotify:track:3GdwjAsCsoE79ObhsJFyYb", - "danceability": 0.749, - "valence": 0.447 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Somebody's Watching Me", - "artist": "Rockwell", - "album": "Body By Jake: Randy Couture Workout Mix (BPM 104-144)", - "image": "https://i.scdn.co/image/ab67616d0000b273976fe3fd49591eb4c458112a", - "trackId": "2H2379xRxgQVvcOSoL8Ajr", - "trackUri": "spotify:track:2H2379xRxgQVvcOSoL8Ajr", - "danceability": 0.791, - "valence": 0.843 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tomorrow", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3yw3m8wgRB4ptDyAvtdhq5", - "trackUri": "spotify:track:3yw3m8wgRB4ptDyAvtdhq5", - "danceability": 0.463, - "valence": 0.307 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Balloon (feat. Doechii)", - "artist": "Tyler, The Creator, Doechii", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "35D1RA5uVFVhMc1qX80TaQ", - "trackUri": "spotify:track:35D1RA5uVFVhMc1qX80TaQ", - "danceability": 0.437, - "valence": 0.475 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Heart Of A Woman", - "artist": "Summer Walker", - "album": "Heart Of A Woman", - "image": "https://i.scdn.co/image/ab67616d0000b2736d53dedc947bc07676d61634", - "trackId": "2oVVaVY0LkzwAYYcyzon6Z", - "trackUri": "spotify:track:2oVVaVY0LkzwAYYcyzon6Z", - "danceability": 0.716, - "valence": 0.472 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Hope You Find Your Way Home", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0pvZCv4JOS5WBu7JITYef6", - "trackUri": "spotify:track:0pvZCv4JOS5WBu7JITYef6", - "danceability": 0.621, - "valence": 0.207 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bigger In Texas", - "artist": "Megan Thee Stallion", - "album": "MEGAN: ACT II", - "image": "https://i.scdn.co/image/ab67616d0000b2734e3330398bd99c2fc3b21ffe", - "trackId": "5ZxajZr7QfIl60L8BOGvu5", - "trackUri": "spotify:track:5ZxajZr7QfIl60L8BOGvu5", - "danceability": 0.818, - "valence": 0.492 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No Pole", - "artist": "Don Toliver", - "album": "Love Sick (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b273f5e27c2aa0b110c2b6611577", - "trackId": "0eaVIYo2zeOaGJeqZ5TwYz", - "trackUri": "spotify:track:0eaVIYo2zeOaGJeqZ5TwYz", - "danceability": 0.328, - "valence": 0.382 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241111.json b/data/billboard100-20241111.json deleted file mode 100644 index cf755e4..0000000 --- a/data/billboard100-20241111.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "St. Chroma (feat. Daniel Caesar)", - "artist": "Tyler, The Creator, Daniel Caesar", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "1QoyuMHNBe7lg3YW4Qtll4", - "trackUri": "spotify:track:1QoyuMHNBe7lg3YW4Qtll4", - "danceability": 0.576, - "valence": 0.373 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sticky (feat. GloRilla, Sexyy Red & Lil Wayne)", - "artist": "Tyler, The Creator, GloRilla, Sexyy Red, Lil Wayne", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3tFed7YsjGnIfxeLEQwx3R", - "trackUri": "spotify:track:3tFed7YsjGnIfxeLEQwx3R", - "danceability": 0.505, - "valence": 0.664 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Darling, I (feat. Teezo Touchdown)", - "artist": "Tyler, The Creator, Teezo Touchdown", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0VaeksJaXy5R1nvcTMh3Xk", - "trackUri": "spotify:track:0VaeksJaXy5R1nvcTMh3Xk", - "danceability": 0.373, - "valence": 0.361 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Rah Tah Tah", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "5RePVWy39tLpHH0WwXgBsK", - "trackUri": "spotify:track:5RePVWy39tLpHH0WwXgBsK", - "danceability": 0.661, - "valence": 0.514 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thriller", - "artist": "Michael Jackson", - "album": "Thriller 25 Super Deluxe Edition", - "image": "https://i.scdn.co/image/ab67616d0000b2734121faee8df82c526cbab2be", - "trackId": "3S2R0EVwBSAVMd5UMgKTL0", - "trackUri": "spotify:track:3S2R0EVwBSAVMd5UMgKTL0", - "danceability": 0.773, - "valence": 0.813 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Disease", - "artist": "Lady Gaga", - "album": "Disease", - "image": "https://i.scdn.co/image/ab67616d0000b273465e58cfc2ee480a7d0ae59d", - "trackId": "19KlZwqlT3fguP2BeHF1Q1", - "trackUri": "spotify:track:19KlZwqlT3fguP2BeHF1Q1", - "danceability": 0.562, - "valence": 0.501 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ghostbusters", - "artist": "Ray Parker Jr.", - "album": "Ghostbusters (Original Motion Picture Soundtrack) [2016]", - "image": "https://i.scdn.co/image/ab67616d0000b273aed4808eac27b70ba532f0e4", - "trackId": "3m0y8qLoznUYi73SUBP8GI", - "trackUri": "spotify:track:3m0y8qLoznUYi73SUBP8GI", - "danceability": 0.788, - "valence": 0.738 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Monster Mash", - "artist": "Bobby \"Boris\" Pickett, The Crypt-Kickers", - "album": "The Original Monster Mash", - "image": "https://i.scdn.co/image/ab67616d0000b273edf6710f9c0cd81e37fcaf3d", - "trackId": "0xxZY5C9xxij3D1HkzbnfC", - "trackUri": "spotify:track:0xxZY5C9xxij3D1HkzbnfC", - "danceability": 0.541, - "valence": 0.707 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thought I Was Dead (feat. ScHoolboy Q & Santigold)", - "artist": "Tyler, The Creator, ScHoolboy Q, Santigold", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "2aYHxnMF2umAavtgBvmkY1", - "trackUri": "spotify:track:2aYHxnMF2umAavtgBvmkY1", - "danceability": 0.77, - "valence": 0.64 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Hey Jane", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3Umj02ZNl4d356pS1D38mn", - "trackUri": "spotify:track:3Umj02ZNl4d356pS1D38mn", - "danceability": 0.495, - "valence": 0.669 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is Halloween", - "artist": "The Citizens of Halloween", - "album": "Nightmare Before Christmas Special Edition", - "image": "https://i.scdn.co/image/ab67616d0000b27347cc5d86f3528b233f2b78ff", - "trackId": "01YROQCnF1AQm7SCWJmD2o", - "trackUri": "spotify:track:01YROQCnF1AQm7SCWJmD2o", - "danceability": 0.567, - "valence": 0.647 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Judge Judy", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6ie0uyyvOKTTuIFBMPiNIl", - "trackUri": "spotify:track:6ie0uyyvOKTTuIFBMPiNIl", - "danceability": 0.622, - "valence": 0.362 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Take Your Mask Off (feat. Daniel Caesar & LaToiya Williams)", - "artist": "Tyler, The Creator, Daniel Caesar, LaToiya Williams", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "4BSR9I4ExlCJdXJo2GpBD5", - "trackUri": "spotify:track:4BSR9I4ExlCJdXJo2GpBD5", - "danceability": 0.503, - "valence": 0.515 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like Him (feat. Lola Young)", - "artist": "Tyler, The Creator, Lola Young", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6jbYpRPTEFl1HFKHk1IC0m", - "trackUri": "spotify:track:6jbYpRPTEFl1HFKHk1IC0m", - "danceability": 0.392, - "valence": 0.191 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Killed You", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3GdwjAsCsoE79ObhsJFyYb", - "trackUri": "spotify:track:3GdwjAsCsoE79ObhsJFyYb", - "danceability": 0.749, - "valence": 0.447 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Somebody's Watching Me", - "artist": "Rockwell", - "album": "Body By Jake: Randy Couture Workout Mix (BPM 104-144)", - "image": "https://i.scdn.co/image/ab67616d0000b273976fe3fd49591eb4c458112a", - "trackId": "2H2379xRxgQVvcOSoL8Ajr", - "trackUri": "spotify:track:2H2379xRxgQVvcOSoL8Ajr", - "danceability": 0.791, - "valence": 0.843 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tomorrow", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3yw3m8wgRB4ptDyAvtdhq5", - "trackUri": "spotify:track:3yw3m8wgRB4ptDyAvtdhq5", - "danceability": 0.463, - "valence": 0.307 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Balloon (feat. Doechii)", - "artist": "Tyler, The Creator, Doechii", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "35D1RA5uVFVhMc1qX80TaQ", - "trackUri": "spotify:track:35D1RA5uVFVhMc1qX80TaQ", - "danceability": 0.437, - "valence": 0.475 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Heart Of A Woman", - "artist": "Summer Walker", - "album": "Heart Of A Woman", - "image": "https://i.scdn.co/image/ab67616d0000b2736d53dedc947bc07676d61634", - "trackId": "2oVVaVY0LkzwAYYcyzon6Z", - "trackUri": "spotify:track:2oVVaVY0LkzwAYYcyzon6Z", - "danceability": 0.716, - "valence": 0.472 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Hope You Find Your Way Home", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0pvZCv4JOS5WBu7JITYef6", - "trackUri": "spotify:track:0pvZCv4JOS5WBu7JITYef6", - "danceability": 0.621, - "valence": 0.207 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bigger In Texas", - "artist": "Megan Thee Stallion", - "album": "MEGAN: ACT II", - "image": "https://i.scdn.co/image/ab67616d0000b2734e3330398bd99c2fc3b21ffe", - "trackId": "5ZxajZr7QfIl60L8BOGvu5", - "trackUri": "spotify:track:5ZxajZr7QfIl60L8BOGvu5", - "danceability": 0.818, - "valence": 0.492 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No Pole", - "artist": "Don Toliver", - "album": "Love Sick (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b273f5e27c2aa0b110c2b6611577", - "trackId": "0eaVIYo2zeOaGJeqZ5TwYz", - "trackUri": "spotify:track:0eaVIYo2zeOaGJeqZ5TwYz", - "danceability": 0.328, - "valence": 0.382 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241112.json b/data/billboard100-20241112.json deleted file mode 100644 index cf755e4..0000000 --- a/data/billboard100-20241112.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "St. Chroma (feat. Daniel Caesar)", - "artist": "Tyler, The Creator, Daniel Caesar", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "1QoyuMHNBe7lg3YW4Qtll4", - "trackUri": "spotify:track:1QoyuMHNBe7lg3YW4Qtll4", - "danceability": 0.576, - "valence": 0.373 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sticky (feat. GloRilla, Sexyy Red & Lil Wayne)", - "artist": "Tyler, The Creator, GloRilla, Sexyy Red, Lil Wayne", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3tFed7YsjGnIfxeLEQwx3R", - "trackUri": "spotify:track:3tFed7YsjGnIfxeLEQwx3R", - "danceability": 0.505, - "valence": 0.664 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Darling, I (feat. Teezo Touchdown)", - "artist": "Tyler, The Creator, Teezo Touchdown", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0VaeksJaXy5R1nvcTMh3Xk", - "trackUri": "spotify:track:0VaeksJaXy5R1nvcTMh3Xk", - "danceability": 0.373, - "valence": 0.361 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Rah Tah Tah", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "5RePVWy39tLpHH0WwXgBsK", - "trackUri": "spotify:track:5RePVWy39tLpHH0WwXgBsK", - "danceability": 0.661, - "valence": 0.514 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thriller", - "artist": "Michael Jackson", - "album": "Thriller 25 Super Deluxe Edition", - "image": "https://i.scdn.co/image/ab67616d0000b2734121faee8df82c526cbab2be", - "trackId": "3S2R0EVwBSAVMd5UMgKTL0", - "trackUri": "spotify:track:3S2R0EVwBSAVMd5UMgKTL0", - "danceability": 0.773, - "valence": 0.813 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Disease", - "artist": "Lady Gaga", - "album": "Disease", - "image": "https://i.scdn.co/image/ab67616d0000b273465e58cfc2ee480a7d0ae59d", - "trackId": "19KlZwqlT3fguP2BeHF1Q1", - "trackUri": "spotify:track:19KlZwqlT3fguP2BeHF1Q1", - "danceability": 0.562, - "valence": 0.501 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ghostbusters", - "artist": "Ray Parker Jr.", - "album": "Ghostbusters (Original Motion Picture Soundtrack) [2016]", - "image": "https://i.scdn.co/image/ab67616d0000b273aed4808eac27b70ba532f0e4", - "trackId": "3m0y8qLoznUYi73SUBP8GI", - "trackUri": "spotify:track:3m0y8qLoznUYi73SUBP8GI", - "danceability": 0.788, - "valence": 0.738 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Monster Mash", - "artist": "Bobby \"Boris\" Pickett, The Crypt-Kickers", - "album": "The Original Monster Mash", - "image": "https://i.scdn.co/image/ab67616d0000b273edf6710f9c0cd81e37fcaf3d", - "trackId": "0xxZY5C9xxij3D1HkzbnfC", - "trackUri": "spotify:track:0xxZY5C9xxij3D1HkzbnfC", - "danceability": 0.541, - "valence": 0.707 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thought I Was Dead (feat. ScHoolboy Q & Santigold)", - "artist": "Tyler, The Creator, ScHoolboy Q, Santigold", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "2aYHxnMF2umAavtgBvmkY1", - "trackUri": "spotify:track:2aYHxnMF2umAavtgBvmkY1", - "danceability": 0.77, - "valence": 0.64 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Hey Jane", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3Umj02ZNl4d356pS1D38mn", - "trackUri": "spotify:track:3Umj02ZNl4d356pS1D38mn", - "danceability": 0.495, - "valence": 0.669 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is Halloween", - "artist": "The Citizens of Halloween", - "album": "Nightmare Before Christmas Special Edition", - "image": "https://i.scdn.co/image/ab67616d0000b27347cc5d86f3528b233f2b78ff", - "trackId": "01YROQCnF1AQm7SCWJmD2o", - "trackUri": "spotify:track:01YROQCnF1AQm7SCWJmD2o", - "danceability": 0.567, - "valence": 0.647 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Judge Judy", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6ie0uyyvOKTTuIFBMPiNIl", - "trackUri": "spotify:track:6ie0uyyvOKTTuIFBMPiNIl", - "danceability": 0.622, - "valence": 0.362 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Take Your Mask Off (feat. Daniel Caesar & LaToiya Williams)", - "artist": "Tyler, The Creator, Daniel Caesar, LaToiya Williams", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "4BSR9I4ExlCJdXJo2GpBD5", - "trackUri": "spotify:track:4BSR9I4ExlCJdXJo2GpBD5", - "danceability": 0.503, - "valence": 0.515 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like Him (feat. Lola Young)", - "artist": "Tyler, The Creator, Lola Young", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6jbYpRPTEFl1HFKHk1IC0m", - "trackUri": "spotify:track:6jbYpRPTEFl1HFKHk1IC0m", - "danceability": 0.392, - "valence": 0.191 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Killed You", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3GdwjAsCsoE79ObhsJFyYb", - "trackUri": "spotify:track:3GdwjAsCsoE79ObhsJFyYb", - "danceability": 0.749, - "valence": 0.447 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Somebody's Watching Me", - "artist": "Rockwell", - "album": "Body By Jake: Randy Couture Workout Mix (BPM 104-144)", - "image": "https://i.scdn.co/image/ab67616d0000b273976fe3fd49591eb4c458112a", - "trackId": "2H2379xRxgQVvcOSoL8Ajr", - "trackUri": "spotify:track:2H2379xRxgQVvcOSoL8Ajr", - "danceability": 0.791, - "valence": 0.843 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tomorrow", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3yw3m8wgRB4ptDyAvtdhq5", - "trackUri": "spotify:track:3yw3m8wgRB4ptDyAvtdhq5", - "danceability": 0.463, - "valence": 0.307 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Balloon (feat. Doechii)", - "artist": "Tyler, The Creator, Doechii", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "35D1RA5uVFVhMc1qX80TaQ", - "trackUri": "spotify:track:35D1RA5uVFVhMc1qX80TaQ", - "danceability": 0.437, - "valence": 0.475 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Heart Of A Woman", - "artist": "Summer Walker", - "album": "Heart Of A Woman", - "image": "https://i.scdn.co/image/ab67616d0000b2736d53dedc947bc07676d61634", - "trackId": "2oVVaVY0LkzwAYYcyzon6Z", - "trackUri": "spotify:track:2oVVaVY0LkzwAYYcyzon6Z", - "danceability": 0.716, - "valence": 0.472 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Hope You Find Your Way Home", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0pvZCv4JOS5WBu7JITYef6", - "trackUri": "spotify:track:0pvZCv4JOS5WBu7JITYef6", - "danceability": 0.621, - "valence": 0.207 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bigger In Texas", - "artist": "Megan Thee Stallion", - "album": "MEGAN: ACT II", - "image": "https://i.scdn.co/image/ab67616d0000b2734e3330398bd99c2fc3b21ffe", - "trackId": "5ZxajZr7QfIl60L8BOGvu5", - "trackUri": "spotify:track:5ZxajZr7QfIl60L8BOGvu5", - "danceability": 0.818, - "valence": 0.492 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No Pole", - "artist": "Don Toliver", - "album": "Love Sick (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b273f5e27c2aa0b110c2b6611577", - "trackId": "0eaVIYo2zeOaGJeqZ5TwYz", - "trackUri": "spotify:track:0eaVIYo2zeOaGJeqZ5TwYz", - "danceability": 0.328, - "valence": 0.382 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241113.json b/data/billboard100-20241113.json deleted file mode 100644 index cf755e4..0000000 --- a/data/billboard100-20241113.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "St. Chroma (feat. Daniel Caesar)", - "artist": "Tyler, The Creator, Daniel Caesar", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "1QoyuMHNBe7lg3YW4Qtll4", - "trackUri": "spotify:track:1QoyuMHNBe7lg3YW4Qtll4", - "danceability": 0.576, - "valence": 0.373 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sticky (feat. GloRilla, Sexyy Red & Lil Wayne)", - "artist": "Tyler, The Creator, GloRilla, Sexyy Red, Lil Wayne", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3tFed7YsjGnIfxeLEQwx3R", - "trackUri": "spotify:track:3tFed7YsjGnIfxeLEQwx3R", - "danceability": 0.505, - "valence": 0.664 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Darling, I (feat. Teezo Touchdown)", - "artist": "Tyler, The Creator, Teezo Touchdown", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0VaeksJaXy5R1nvcTMh3Xk", - "trackUri": "spotify:track:0VaeksJaXy5R1nvcTMh3Xk", - "danceability": 0.373, - "valence": 0.361 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Rah Tah Tah", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "5RePVWy39tLpHH0WwXgBsK", - "trackUri": "spotify:track:5RePVWy39tLpHH0WwXgBsK", - "danceability": 0.661, - "valence": 0.514 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thriller", - "artist": "Michael Jackson", - "album": "Thriller 25 Super Deluxe Edition", - "image": "https://i.scdn.co/image/ab67616d0000b2734121faee8df82c526cbab2be", - "trackId": "3S2R0EVwBSAVMd5UMgKTL0", - "trackUri": "spotify:track:3S2R0EVwBSAVMd5UMgKTL0", - "danceability": 0.773, - "valence": 0.813 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b273ee2fe4a7b285d3817b470859", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Disease", - "artist": "Lady Gaga", - "album": "Disease", - "image": "https://i.scdn.co/image/ab67616d0000b273465e58cfc2ee480a7d0ae59d", - "trackId": "19KlZwqlT3fguP2BeHF1Q1", - "trackUri": "spotify:track:19KlZwqlT3fguP2BeHF1Q1", - "danceability": 0.562, - "valence": 0.501 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ghostbusters", - "artist": "Ray Parker Jr.", - "album": "Ghostbusters (Original Motion Picture Soundtrack) [2016]", - "image": "https://i.scdn.co/image/ab67616d0000b273aed4808eac27b70ba532f0e4", - "trackId": "3m0y8qLoznUYi73SUBP8GI", - "trackUri": "spotify:track:3m0y8qLoznUYi73SUBP8GI", - "danceability": 0.788, - "valence": 0.738 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Monster Mash", - "artist": "Bobby \"Boris\" Pickett, The Crypt-Kickers", - "album": "The Original Monster Mash", - "image": "https://i.scdn.co/image/ab67616d0000b273edf6710f9c0cd81e37fcaf3d", - "trackId": "0xxZY5C9xxij3D1HkzbnfC", - "trackUri": "spotify:track:0xxZY5C9xxij3D1HkzbnfC", - "danceability": 0.541, - "valence": 0.707 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thought I Was Dead (feat. ScHoolboy Q & Santigold)", - "artist": "Tyler, The Creator, ScHoolboy Q, Santigold", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "2aYHxnMF2umAavtgBvmkY1", - "trackUri": "spotify:track:2aYHxnMF2umAavtgBvmkY1", - "danceability": 0.77, - "valence": 0.64 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Hey Jane", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3Umj02ZNl4d356pS1D38mn", - "trackUri": "spotify:track:3Umj02ZNl4d356pS1D38mn", - "danceability": 0.495, - "valence": 0.669 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is Halloween", - "artist": "The Citizens of Halloween", - "album": "Nightmare Before Christmas Special Edition", - "image": "https://i.scdn.co/image/ab67616d0000b27347cc5d86f3528b233f2b78ff", - "trackId": "01YROQCnF1AQm7SCWJmD2o", - "trackUri": "spotify:track:01YROQCnF1AQm7SCWJmD2o", - "danceability": 0.567, - "valence": 0.647 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Judge Judy", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6ie0uyyvOKTTuIFBMPiNIl", - "trackUri": "spotify:track:6ie0uyyvOKTTuIFBMPiNIl", - "danceability": 0.622, - "valence": 0.362 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Take Your Mask Off (feat. Daniel Caesar & LaToiya Williams)", - "artist": "Tyler, The Creator, Daniel Caesar, LaToiya Williams", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "4BSR9I4ExlCJdXJo2GpBD5", - "trackUri": "spotify:track:4BSR9I4ExlCJdXJo2GpBD5", - "danceability": 0.503, - "valence": 0.515 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like Him (feat. Lola Young)", - "artist": "Tyler, The Creator, Lola Young", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6jbYpRPTEFl1HFKHk1IC0m", - "trackUri": "spotify:track:6jbYpRPTEFl1HFKHk1IC0m", - "danceability": 0.392, - "valence": 0.191 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Killed You", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3GdwjAsCsoE79ObhsJFyYb", - "trackUri": "spotify:track:3GdwjAsCsoE79ObhsJFyYb", - "danceability": 0.749, - "valence": 0.447 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Somebody's Watching Me", - "artist": "Rockwell", - "album": "Body By Jake: Randy Couture Workout Mix (BPM 104-144)", - "image": "https://i.scdn.co/image/ab67616d0000b273976fe3fd49591eb4c458112a", - "trackId": "2H2379xRxgQVvcOSoL8Ajr", - "trackUri": "spotify:track:2H2379xRxgQVvcOSoL8Ajr", - "danceability": 0.791, - "valence": 0.843 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tomorrow", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3yw3m8wgRB4ptDyAvtdhq5", - "trackUri": "spotify:track:3yw3m8wgRB4ptDyAvtdhq5", - "danceability": 0.463, - "valence": 0.307 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Balloon (feat. Doechii)", - "artist": "Tyler, The Creator, Doechii", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "35D1RA5uVFVhMc1qX80TaQ", - "trackUri": "spotify:track:35D1RA5uVFVhMc1qX80TaQ", - "danceability": 0.437, - "valence": 0.475 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Heart Of A Woman", - "artist": "Summer Walker", - "album": "Heart Of A Woman", - "image": "https://i.scdn.co/image/ab67616d0000b2736d53dedc947bc07676d61634", - "trackId": "2oVVaVY0LkzwAYYcyzon6Z", - "trackUri": "spotify:track:2oVVaVY0LkzwAYYcyzon6Z", - "danceability": 0.716, - "valence": 0.472 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Hope You Find Your Way Home", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0pvZCv4JOS5WBu7JITYef6", - "trackUri": "spotify:track:0pvZCv4JOS5WBu7JITYef6", - "danceability": 0.621, - "valence": 0.207 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bigger In Texas", - "artist": "Megan Thee Stallion", - "album": "MEGAN: ACT II", - "image": "https://i.scdn.co/image/ab67616d0000b2734e3330398bd99c2fc3b21ffe", - "trackId": "5ZxajZr7QfIl60L8BOGvu5", - "trackUri": "spotify:track:5ZxajZr7QfIl60L8BOGvu5", - "danceability": 0.818, - "valence": 0.492 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No Pole", - "artist": "Don Toliver", - "album": "Love Sick (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b273f5e27c2aa0b110c2b6611577", - "trackId": "0eaVIYo2zeOaGJeqZ5TwYz", - "trackUri": "spotify:track:0eaVIYo2zeOaGJeqZ5TwYz", - "danceability": 0.328, - "valence": 0.382 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241114.json b/data/billboard100-20241114.json deleted file mode 100644 index 8cf2c07..0000000 --- a/data/billboard100-20241114.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "St. Chroma (feat. Daniel Caesar)", - "artist": "Tyler, The Creator, Daniel Caesar", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "1QoyuMHNBe7lg3YW4Qtll4", - "trackUri": "spotify:track:1QoyuMHNBe7lg3YW4Qtll4", - "danceability": 0.576, - "valence": 0.373 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sticky (feat. GloRilla, Sexyy Red & Lil Wayne)", - "artist": "Tyler, The Creator, GloRilla, Sexyy Red, Lil Wayne", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3tFed7YsjGnIfxeLEQwx3R", - "trackUri": "spotify:track:3tFed7YsjGnIfxeLEQwx3R", - "danceability": 0.505, - "valence": 0.664 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Darling, I (feat. Teezo Touchdown)", - "artist": "Tyler, The Creator, Teezo Touchdown", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0VaeksJaXy5R1nvcTMh3Xk", - "trackUri": "spotify:track:0VaeksJaXy5R1nvcTMh3Xk", - "danceability": 0.373, - "valence": 0.361 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Rah Tah Tah", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "5RePVWy39tLpHH0WwXgBsK", - "trackUri": "spotify:track:5RePVWy39tLpHH0WwXgBsK", - "danceability": 0.661, - "valence": 0.514 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thriller", - "artist": "Michael Jackson", - "album": "Thriller 25 Super Deluxe Edition", - "image": "https://i.scdn.co/image/ab67616d0000b2734121faee8df82c526cbab2be", - "trackId": "3S2R0EVwBSAVMd5UMgKTL0", - "trackUri": "spotify:track:3S2R0EVwBSAVMd5UMgKTL0", - "danceability": 0.773, - "valence": 0.813 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b27394f662ef3b5677376d8a78d4", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Disease", - "artist": "Lady Gaga", - "album": "Disease", - "image": "https://i.scdn.co/image/ab67616d0000b273465e58cfc2ee480a7d0ae59d", - "trackId": "19KlZwqlT3fguP2BeHF1Q1", - "trackUri": "spotify:track:19KlZwqlT3fguP2BeHF1Q1", - "danceability": 0.562, - "valence": 0.501 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ghostbusters", - "artist": "Ray Parker Jr.", - "album": "Ghostbusters (Original Motion Picture Soundtrack) [2016]", - "image": "https://i.scdn.co/image/ab67616d0000b273aed4808eac27b70ba532f0e4", - "trackId": "3m0y8qLoznUYi73SUBP8GI", - "trackUri": "spotify:track:3m0y8qLoznUYi73SUBP8GI", - "danceability": 0.788, - "valence": 0.738 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Monster Mash", - "artist": "Bobby \"Boris\" Pickett, The Crypt-Kickers", - "album": "The Original Monster Mash", - "image": "https://i.scdn.co/image/ab67616d0000b273edf6710f9c0cd81e37fcaf3d", - "trackId": "0xxZY5C9xxij3D1HkzbnfC", - "trackUri": "spotify:track:0xxZY5C9xxij3D1HkzbnfC", - "danceability": 0.541, - "valence": 0.707 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thought I Was Dead (feat. ScHoolboy Q & Santigold)", - "artist": "Tyler, The Creator, ScHoolboy Q, Santigold", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "2aYHxnMF2umAavtgBvmkY1", - "trackUri": "spotify:track:2aYHxnMF2umAavtgBvmkY1", - "danceability": 0.77, - "valence": 0.64 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Hey Jane", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3Umj02ZNl4d356pS1D38mn", - "trackUri": "spotify:track:3Umj02ZNl4d356pS1D38mn", - "danceability": 0.495, - "valence": 0.669 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is Halloween", - "artist": "The Citizens of Halloween", - "album": "Nightmare Before Christmas Special Edition", - "image": "https://i.scdn.co/image/ab67616d0000b27347cc5d86f3528b233f2b78ff", - "trackId": "01YROQCnF1AQm7SCWJmD2o", - "trackUri": "spotify:track:01YROQCnF1AQm7SCWJmD2o", - "danceability": 0.567, - "valence": 0.647 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Judge Judy", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6ie0uyyvOKTTuIFBMPiNIl", - "trackUri": "spotify:track:6ie0uyyvOKTTuIFBMPiNIl", - "danceability": 0.622, - "valence": 0.362 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Take Your Mask Off (feat. Daniel Caesar & LaToiya Williams)", - "artist": "Tyler, The Creator, Daniel Caesar, LaToiya Williams", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "4BSR9I4ExlCJdXJo2GpBD5", - "trackUri": "spotify:track:4BSR9I4ExlCJdXJo2GpBD5", - "danceability": 0.503, - "valence": 0.515 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like Him (feat. Lola Young)", - "artist": "Tyler, The Creator, Lola Young", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6jbYpRPTEFl1HFKHk1IC0m", - "trackUri": "spotify:track:6jbYpRPTEFl1HFKHk1IC0m", - "danceability": 0.392, - "valence": 0.191 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Killed You", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3GdwjAsCsoE79ObhsJFyYb", - "trackUri": "spotify:track:3GdwjAsCsoE79ObhsJFyYb", - "danceability": 0.749, - "valence": 0.447 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Somebody's Watching Me", - "artist": "Rockwell", - "album": "Body By Jake: Randy Couture Workout Mix (BPM 104-144)", - "image": "https://i.scdn.co/image/ab67616d0000b273976fe3fd49591eb4c458112a", - "trackId": "2H2379xRxgQVvcOSoL8Ajr", - "trackUri": "spotify:track:2H2379xRxgQVvcOSoL8Ajr", - "danceability": 0.791, - "valence": 0.843 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tomorrow", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3yw3m8wgRB4ptDyAvtdhq5", - "trackUri": "spotify:track:3yw3m8wgRB4ptDyAvtdhq5", - "danceability": 0.463, - "valence": 0.307 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Balloon (feat. Doechii)", - "artist": "Tyler, The Creator, Doechii", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "35D1RA5uVFVhMc1qX80TaQ", - "trackUri": "spotify:track:35D1RA5uVFVhMc1qX80TaQ", - "danceability": 0.437, - "valence": 0.475 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Heart Of A Woman", - "artist": "Summer Walker", - "album": "Heart Of A Woman", - "image": "https://i.scdn.co/image/ab67616d0000b2736d53dedc947bc07676d61634", - "trackId": "2oVVaVY0LkzwAYYcyzon6Z", - "trackUri": "spotify:track:2oVVaVY0LkzwAYYcyzon6Z", - "danceability": 0.716, - "valence": 0.472 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Hope You Find Your Way Home", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0pvZCv4JOS5WBu7JITYef6", - "trackUri": "spotify:track:0pvZCv4JOS5WBu7JITYef6", - "danceability": 0.621, - "valence": 0.207 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bigger In Texas", - "artist": "Megan Thee Stallion", - "album": "MEGAN: ACT II", - "image": "https://i.scdn.co/image/ab67616d0000b2734e3330398bd99c2fc3b21ffe", - "trackId": "5ZxajZr7QfIl60L8BOGvu5", - "trackUri": "spotify:track:5ZxajZr7QfIl60L8BOGvu5", - "danceability": 0.818, - "valence": 0.492 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No Pole", - "artist": "Don Toliver", - "album": "Love Sick (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b273f5e27c2aa0b110c2b6611577", - "trackId": "0eaVIYo2zeOaGJeqZ5TwYz", - "trackUri": "spotify:track:0eaVIYo2zeOaGJeqZ5TwYz", - "danceability": 0.328, - "valence": 0.382 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241115.json b/data/billboard100-20241115.json deleted file mode 100644 index 8cf2c07..0000000 --- a/data/billboard100-20241115.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "St. Chroma (feat. Daniel Caesar)", - "artist": "Tyler, The Creator, Daniel Caesar", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "1QoyuMHNBe7lg3YW4Qtll4", - "trackUri": "spotify:track:1QoyuMHNBe7lg3YW4Qtll4", - "danceability": 0.576, - "valence": 0.373 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sticky (feat. GloRilla, Sexyy Red & Lil Wayne)", - "artist": "Tyler, The Creator, GloRilla, Sexyy Red, Lil Wayne", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3tFed7YsjGnIfxeLEQwx3R", - "trackUri": "spotify:track:3tFed7YsjGnIfxeLEQwx3R", - "danceability": 0.505, - "valence": 0.664 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Darling, I (feat. Teezo Touchdown)", - "artist": "Tyler, The Creator, Teezo Touchdown", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0VaeksJaXy5R1nvcTMh3Xk", - "trackUri": "spotify:track:0VaeksJaXy5R1nvcTMh3Xk", - "danceability": 0.373, - "valence": 0.361 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Rah Tah Tah", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "5RePVWy39tLpHH0WwXgBsK", - "trackUri": "spotify:track:5RePVWy39tLpHH0WwXgBsK", - "danceability": 0.661, - "valence": 0.514 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thriller", - "artist": "Michael Jackson", - "album": "Thriller 25 Super Deluxe Edition", - "image": "https://i.scdn.co/image/ab67616d0000b2734121faee8df82c526cbab2be", - "trackId": "3S2R0EVwBSAVMd5UMgKTL0", - "trackUri": "spotify:track:3S2R0EVwBSAVMd5UMgKTL0", - "danceability": 0.773, - "valence": 0.813 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b27394f662ef3b5677376d8a78d4", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Disease", - "artist": "Lady Gaga", - "album": "Disease", - "image": "https://i.scdn.co/image/ab67616d0000b273465e58cfc2ee480a7d0ae59d", - "trackId": "19KlZwqlT3fguP2BeHF1Q1", - "trackUri": "spotify:track:19KlZwqlT3fguP2BeHF1Q1", - "danceability": 0.562, - "valence": 0.501 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ghostbusters", - "artist": "Ray Parker Jr.", - "album": "Ghostbusters (Original Motion Picture Soundtrack) [2016]", - "image": "https://i.scdn.co/image/ab67616d0000b273aed4808eac27b70ba532f0e4", - "trackId": "3m0y8qLoznUYi73SUBP8GI", - "trackUri": "spotify:track:3m0y8qLoznUYi73SUBP8GI", - "danceability": 0.788, - "valence": 0.738 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Monster Mash", - "artist": "Bobby \"Boris\" Pickett, The Crypt-Kickers", - "album": "The Original Monster Mash", - "image": "https://i.scdn.co/image/ab67616d0000b273edf6710f9c0cd81e37fcaf3d", - "trackId": "0xxZY5C9xxij3D1HkzbnfC", - "trackUri": "spotify:track:0xxZY5C9xxij3D1HkzbnfC", - "danceability": 0.541, - "valence": 0.707 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thought I Was Dead (feat. ScHoolboy Q & Santigold)", - "artist": "Tyler, The Creator, ScHoolboy Q, Santigold", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "2aYHxnMF2umAavtgBvmkY1", - "trackUri": "spotify:track:2aYHxnMF2umAavtgBvmkY1", - "danceability": 0.77, - "valence": 0.64 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Hey Jane", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3Umj02ZNl4d356pS1D38mn", - "trackUri": "spotify:track:3Umj02ZNl4d356pS1D38mn", - "danceability": 0.495, - "valence": 0.669 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "This Is Halloween", - "artist": "The Citizens of Halloween", - "album": "Nightmare Before Christmas Special Edition", - "image": "https://i.scdn.co/image/ab67616d0000b27347cc5d86f3528b233f2b78ff", - "trackId": "01YROQCnF1AQm7SCWJmD2o", - "trackUri": "spotify:track:01YROQCnF1AQm7SCWJmD2o", - "danceability": 0.567, - "valence": 0.647 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Judge Judy", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6ie0uyyvOKTTuIFBMPiNIl", - "trackUri": "spotify:track:6ie0uyyvOKTTuIFBMPiNIl", - "danceability": 0.622, - "valence": 0.362 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Take Your Mask Off (feat. Daniel Caesar & LaToiya Williams)", - "artist": "Tyler, The Creator, Daniel Caesar, LaToiya Williams", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "4BSR9I4ExlCJdXJo2GpBD5", - "trackUri": "spotify:track:4BSR9I4ExlCJdXJo2GpBD5", - "danceability": 0.503, - "valence": 0.515 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like Him (feat. Lola Young)", - "artist": "Tyler, The Creator, Lola Young", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6jbYpRPTEFl1HFKHk1IC0m", - "trackUri": "spotify:track:6jbYpRPTEFl1HFKHk1IC0m", - "danceability": 0.392, - "valence": 0.191 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Killed You", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3GdwjAsCsoE79ObhsJFyYb", - "trackUri": "spotify:track:3GdwjAsCsoE79ObhsJFyYb", - "danceability": 0.749, - "valence": 0.447 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Somebody's Watching Me", - "artist": "Rockwell", - "album": "Body By Jake: Randy Couture Workout Mix (BPM 104-144)", - "image": "https://i.scdn.co/image/ab67616d0000b273976fe3fd49591eb4c458112a", - "trackId": "2H2379xRxgQVvcOSoL8Ajr", - "trackUri": "spotify:track:2H2379xRxgQVvcOSoL8Ajr", - "danceability": 0.791, - "valence": 0.843 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tomorrow", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3yw3m8wgRB4ptDyAvtdhq5", - "trackUri": "spotify:track:3yw3m8wgRB4ptDyAvtdhq5", - "danceability": 0.463, - "valence": 0.307 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Balloon (feat. Doechii)", - "artist": "Tyler, The Creator, Doechii", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "35D1RA5uVFVhMc1qX80TaQ", - "trackUri": "spotify:track:35D1RA5uVFVhMc1qX80TaQ", - "danceability": 0.437, - "valence": 0.475 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Heart Of A Woman", - "artist": "Summer Walker", - "album": "Heart Of A Woman", - "image": "https://i.scdn.co/image/ab67616d0000b2736d53dedc947bc07676d61634", - "trackId": "2oVVaVY0LkzwAYYcyzon6Z", - "trackUri": "spotify:track:2oVVaVY0LkzwAYYcyzon6Z", - "danceability": 0.716, - "valence": 0.472 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Hope You Find Your Way Home", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0pvZCv4JOS5WBu7JITYef6", - "trackUri": "spotify:track:0pvZCv4JOS5WBu7JITYef6", - "danceability": 0.621, - "valence": 0.207 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bigger In Texas", - "artist": "Megan Thee Stallion", - "album": "MEGAN: ACT II", - "image": "https://i.scdn.co/image/ab67616d0000b2734e3330398bd99c2fc3b21ffe", - "trackId": "5ZxajZr7QfIl60L8BOGvu5", - "trackUri": "spotify:track:5ZxajZr7QfIl60L8BOGvu5", - "danceability": 0.818, - "valence": 0.492 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHISKEY WHISKEY (feat. Morgan Wallen)", - "artist": "Moneybagg Yo, Morgan Wallen", - "album": "SPEAK NOW", - "image": "https://i.scdn.co/image/ab67616d0000b273ae64d45d1d0b2708837bb7d1", - "trackId": "00vR63trn1CzygcjgAFaiM", - "trackUri": "spotify:track:00vR63trn1CzygcjgAFaiM", - "danceability": 0.736, - "valence": 0.708 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEL", - "artist": "Fuerza Regida", - "album": "PERO NO TE ENAMORES", - "image": "https://i.scdn.co/image/ab67616d0000b273369abe8c52c2c6ec50caa1db", - "trackId": "5AH31dDNgxCMGDdxubNNn4", - "trackUri": "spotify:track:5AH31dDNgxCMGDdxubNNn4", - "danceability": 0.69, - "valence": 0.356 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No Pole", - "artist": "Don Toliver", - "album": "Love Sick (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b273f5e27c2aa0b110c2b6611577", - "trackId": "0eaVIYo2zeOaGJeqZ5TwYz", - "trackUri": "spotify:track:0eaVIYo2zeOaGJeqZ5TwYz", - "danceability": 0.328, - "valence": 0.382 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241117.json b/data/billboard100-20241117.json deleted file mode 100644 index 6386664..0000000 --- a/data/billboard100-20241117.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sticky (feat. GloRilla, Sexyy Red & Lil Wayne)", - "artist": "Tyler, The Creator, GloRilla, Sexyy Red, Lil Wayne", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3tFed7YsjGnIfxeLEQwx3R", - "trackUri": "spotify:track:3tFed7YsjGnIfxeLEQwx3R", - "danceability": 0.505, - "valence": 0.664 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "St. Chroma (feat. Daniel Caesar)", - "artist": "Tyler, The Creator, Daniel Caesar", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "1QoyuMHNBe7lg3YW4Qtll4", - "trackUri": "spotify:track:1QoyuMHNBe7lg3YW4Qtll4", - "danceability": 0.576, - "valence": 0.373 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b27394f662ef3b5677376d8a78d4", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Darling, I (feat. Teezo Touchdown)", - "artist": "Tyler, The Creator, Teezo Touchdown", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0VaeksJaXy5R1nvcTMh3Xk", - "trackUri": "spotify:track:0VaeksJaXy5R1nvcTMh3Xk", - "danceability": 0.373, - "valence": 0.361 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Rah Tah Tah", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "5RePVWy39tLpHH0WwXgBsK", - "trackUri": "spotify:track:5RePVWy39tLpHH0WwXgBsK", - "danceability": 0.661, - "valence": 0.514 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like Him (feat. Lola Young)", - "artist": "Tyler, The Creator, Lola Young", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6jbYpRPTEFl1HFKHk1IC0m", - "trackUri": "spotify:track:6jbYpRPTEFl1HFKHk1IC0m", - "danceability": 0.392, - "valence": 0.191 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thought I Was Dead (feat. ScHoolboy Q & Santigold)", - "artist": "Tyler, The Creator, ScHoolboy Q, Santigold", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "2aYHxnMF2umAavtgBvmkY1", - "trackUri": "spotify:track:2aYHxnMF2umAavtgBvmkY1", - "danceability": 0.77, - "valence": 0.64 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chill Bae", - "artist": "Lil Uzi Vert", - "album": "Eternal Atake 2", - "image": "https://i.scdn.co/image/ab67616d0000b2730e4e16d910115fead3e83496", - "trackId": "4ppKM7xnkSAwSyKqD4QTY4", - "trackUri": "spotify:track:4ppKM7xnkSAwSyKqD4QTY4", - "danceability": 0.672, - "valence": 0.381 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Judge Judy", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6ie0uyyvOKTTuIFBMPiNIl", - "trackUri": "spotify:track:6ie0uyyvOKTTuIFBMPiNIl", - "danceability": 0.622, - "valence": 0.362 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Light Year (Practice)", - "artist": "Lil Uzi Vert", - "album": "Eternal Atake 2", - "image": "https://i.scdn.co/image/ab67616d0000b2730e4e16d910115fead3e83496", - "trackId": "3NE6g9h77FZbQqCLzUpGRt", - "trackUri": "spotify:track:3NE6g9h77FZbQqCLzUpGRt", - "danceability": 0.637, - "valence": 0.427 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Disease", - "artist": "Lady Gaga", - "album": "Disease", - "image": "https://i.scdn.co/image/ab67616d0000b273465e58cfc2ee480a7d0ae59d", - "trackId": "19KlZwqlT3fguP2BeHF1Q1", - "trackUri": "spotify:track:19KlZwqlT3fguP2BeHF1Q1", - "danceability": 0.562, - "valence": 0.501 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Take Your Mask Off (feat. Daniel Caesar & LaToiya Williams)", - "artist": "Tyler, The Creator, Daniel Caesar, LaToiya Williams", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "4BSR9I4ExlCJdXJo2GpBD5", - "trackUri": "spotify:track:4BSR9I4ExlCJdXJo2GpBD5", - "danceability": 0.503, - "valence": 0.515 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Balloon (feat. Doechii)", - "artist": "Tyler, The Creator, Doechii", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "35D1RA5uVFVhMc1qX80TaQ", - "trackUri": "spotify:track:35D1RA5uVFVhMc1qX80TaQ", - "danceability": 0.437, - "valence": 0.475 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Hey Jane", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3Umj02ZNl4d356pS1D38mn", - "trackUri": "spotify:track:3Umj02ZNl4d356pS1D38mn", - "danceability": 0.495, - "valence": 0.669 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Killed You", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3GdwjAsCsoE79ObhsJFyYb", - "trackUri": "spotify:track:3GdwjAsCsoE79ObhsJFyYb", - "danceability": 0.749, - "valence": 0.447 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Heart Of A Woman", - "artist": "Summer Walker", - "album": "Heart Of A Woman", - "image": "https://i.scdn.co/image/ab67616d0000b2736d53dedc947bc07676d61634", - "trackId": "2oVVaVY0LkzwAYYcyzon6Z", - "trackUri": "spotify:track:2oVVaVY0LkzwAYYcyzon6Z", - "danceability": 0.716, - "valence": 0.472 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tomorrow", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3yw3m8wgRB4ptDyAvtdhq5", - "trackUri": "spotify:track:3yw3m8wgRB4ptDyAvtdhq5", - "danceability": 0.463, - "valence": 0.307 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "São Paulo (feat. Anitta)", - "artist": "The Weeknd, Anitta", - "album": "São Paulo", - "image": "https://i.scdn.co/image/ab67616d0000b273935a1712f56a9ee9d51ffd6e", - "trackId": "0xGQTpN4ESETtl1Sp6rzd2", - "trackUri": "spotify:track:0xGQTpN4ESETtl1Sp6rzd2", - "danceability": 0.574, - "valence": 0.506 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SOUTH OF FRANCE", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2vXbt6p8MASsy0rGMpgWdG", - "trackUri": "spotify:track:2vXbt6p8MASsy0rGMpgWdG", - "danceability": 0.839, - "valence": 0.236 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "We Good", - "artist": "Lil Uzi Vert", - "album": "Eternal Atake 2", - "image": "https://i.scdn.co/image/ab67616d0000b2730e4e16d910115fead3e83496", - "trackId": "0F60WLPs6Oz2slHomvLt9U", - "trackUri": "spotify:track:0F60WLPs6Oz2slHomvLt9U", - "danceability": 0.587, - "valence": 0.823 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Beautifully Broken", - "image": "https://i.scdn.co/image/ab67616d0000b273d80f1f7607d4b12390321773", - "trackId": "0llPOBVoJYDAtdmVlNE41A", - "trackUri": "spotify:track:0llPOBVoJYDAtdmVlNE41A", - "danceability": 0.645, - "valence": 0.613 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Hope You Find Your Way Home", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0pvZCv4JOS5WBu7JITYef6", - "trackUri": "spotify:track:0pvZCv4JOS5WBu7JITYef6", - "danceability": 0.621, - "valence": 0.207 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No Pole", - "artist": "Don Toliver", - "album": "Love Sick (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b273f5e27c2aa0b110c2b6611577", - "trackId": "0eaVIYo2zeOaGJeqZ5TwYz", - "trackUri": "spotify:track:0eaVIYo2zeOaGJeqZ5TwYz", - "danceability": 0.328, - "valence": 0.382 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Brokey", - "artist": "Latto", - "album": "Sugar Honey Iced Tea", - "image": "https://i.scdn.co/image/ab67616d0000b27358726b4f55decb5fb2684cf6", - "trackId": "1JF8LkQWZ8grXb2emqrNKn", - "trackUri": "spotify:track:1JF8LkQWZ8grXb2emqrNKn", - "danceability": 0.776, - "valence": 0.467 - } - ], - "missingTracks": [] -} diff --git a/data/billboard100-20241118.json b/data/billboard100-20241118.json deleted file mode 100644 index 6386664..0000000 --- a/data/billboard100-20241118.json +++ /dev/null @@ -1,1412 +0,0 @@ -{ - "chartType": "top100", - "dateLastUpdated": null, - "timeLastUpdated": null, - "periodFrom": null, - "periodTo": null, - "year": null, - "month": null, - "items": [ - { - "songId": null, - "rank": 1, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "A Bar Song (Tipsy)", - "artist": "Shaboozey", - "album": "A Bar Song (Tipsy)", - "image": "https://i.scdn.co/image/ab67616d0000b27380d86d636244b72a3a1eede2", - "trackId": "2FQrifJ1N335Ljm3TjTVVf", - "trackUri": "spotify:track:2FQrifJ1N335Ljm3TjTVVf", - "danceability": 0.722, - "valence": 0.604 - }, - { - "songId": null, - "rank": 2, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Die With A Smile", - "artist": "Lady Gaga, Bruno Mars", - "album": "Die With A Smile", - "image": "https://i.scdn.co/image/ab67616d0000b27382ea2e9e1858aa012c57cd45", - "trackId": "2plbrEY59IikOBgBGLjaoe", - "trackUri": "spotify:track:2plbrEY59IikOBgBGLjaoe", - "danceability": 0.521, - "valence": 0.535 - }, - { - "songId": null, - "rank": 3, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "BIRDS OF A FEATHER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "6dOtVTDdiauQNBQEDOtlAB", - "trackUri": "spotify:track:6dOtVTDdiauQNBQEDOtlAB", - "danceability": 0.747, - "valence": 0.438 - }, - { - "songId": null, - "rank": 4, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Espresso", - "artist": "Sabrina Carpenter", - "album": "Espresso", - "image": "https://i.scdn.co/image/ab67616d0000b273659cd4673230913b3918e0d5", - "trackId": "2qSkIjg1o9h3YT9RAgYN75", - "trackUri": "spotify:track:2qSkIjg1o9h3YT9RAgYN75", - "danceability": 0.701, - "valence": 0.69 - }, - { - "songId": null, - "rank": 5, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lose Control", - "artist": "Teddy Swims", - "album": "Lose Control", - "image": "https://i.scdn.co/image/ab67616d0000b2731d856e66d33e22746c21a09c", - "trackId": "6usohdchdzW9oML7VC4Uhk", - "trackUri": "spotify:track:6usohdchdzW9oML7VC4Uhk", - "danceability": 0.561, - "valence": 0.242 - }, - { - "songId": null, - "rank": 6, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Had Some Help (Feat. Morgan Wallen)", - "artist": "Post Malone, Morgan Wallen", - "album": "I Had Some Help", - "image": "https://i.scdn.co/image/ab67616d0000b27397306976e3eb8aad53b754eb", - "trackId": "7221xIgOnuakPdLqT0F3nP", - "trackUri": "spotify:track:7221xIgOnuakPdLqT0F3nP", - "danceability": 0.638, - "valence": 0.731 - }, - { - "songId": null, - "rank": 7, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Taste", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "5G2f63n7IPVPPjfNIGih7Q", - "trackUri": "spotify:track:5G2f63n7IPVPPjfNIGih7Q", - "danceability": 0.674, - "valence": 0.721 - }, - { - "songId": null, - "rank": 8, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful Things", - "artist": "Benson Boone", - "album": "Beautiful Things", - "image": "https://i.scdn.co/image/ab67616d0000b273bef221ea02a821e7feeda9cf", - "trackId": "6tNQ70jh4OwmPGpYy6R2o9", - "trackUri": "spotify:track:6tNQ70jh4OwmPGpYy6R2o9", - "danceability": 0.472, - "valence": 0.219 - }, - { - "songId": null, - "rank": 9, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Love Somebody", - "artist": "Morgan Wallen", - "album": "Love Somebody", - "image": "https://i.scdn.co/image/ab67616d0000b2734b86223903ecefaa8df576a4", - "trackId": "7hR22TOX3RorxJPcsz5Wbo", - "trackUri": "spotify:track:7hR22TOX3RorxJPcsz5Wbo", - "danceability": 0.619, - "valence": 0.746 - }, - { - "songId": null, - "rank": 10, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sticky (feat. GloRilla, Sexyy Red & Lil Wayne)", - "artist": "Tyler, The Creator, GloRilla, Sexyy Red, Lil Wayne", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3tFed7YsjGnIfxeLEQwx3R", - "trackUri": "spotify:track:3tFed7YsjGnIfxeLEQwx3R", - "danceability": 0.505, - "valence": 0.664 - }, - { - "songId": null, - "rank": 11, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Luck, Babe!", - "artist": "Chappell Roan", - "album": "Good Luck, Babe!", - "image": "https://i.scdn.co/image/ab67616d0000b27391b4bc7c88d91a42e0f3a8b7", - "trackId": "0WbMK4wrZ1wFSty9F7FCgu", - "trackUri": "spotify:track:0WbMK4wrZ1wFSty9F7FCgu", - "danceability": 0.7, - "valence": 0.785 - }, - { - "songId": null, - "rank": 12, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Too Sweet", - "artist": "Hozier", - "album": "Unheard", - "image": "https://i.scdn.co/image/ab67616d0000b273a5aab55aa65e5f6bd19564a2", - "trackId": "4IadxL6BUymXlh8RCJJu7T", - "trackUri": "spotify:track:4IadxL6BUymXlh8RCJJu7T", - "danceability": 0.741, - "valence": 0.934 - }, - { - "songId": null, - "rank": 13, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "That’s So True", - "artist": "Gracie Abrams", - "album": "The Secret of Us (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2731dac3694b3289cd903cb3acf", - "trackId": "7ne4VBA60CxGM75vw0EYad", - "trackUri": "spotify:track:7ne4VBA60CxGM75vw0EYad", - "danceability": 0.554, - "valence": 0.372 - }, - { - "songId": null, - "rank": 14, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "St. Chroma (feat. Daniel Caesar)", - "artist": "Tyler, The Creator, Daniel Caesar", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "1QoyuMHNBe7lg3YW4Qtll4", - "trackUri": "spotify:track:1QoyuMHNBe7lg3YW4Qtll4", - "danceability": 0.576, - "valence": 0.373 - }, - { - "songId": null, - "rank": 15, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "APT.", - "artist": "ROSÉ, Bruno Mars", - "album": "APT.", - "image": "https://i.scdn.co/image/ab67616d0000b273f8c8297efc6022534f1357e1", - "trackId": "5vNRhkKd0yEAg8suGBpjeY", - "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", - "danceability": 0.777, - "valence": 0.939 - }, - { - "songId": null, - "rank": 16, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Please Please Please", - "artist": "Sabrina Carpenter", - "album": "Please Please Please", - "image": "https://i.scdn.co/image/ab67616d0000b273de84adf0e48248ea2d769c3e", - "trackId": "5N3hjp1WNayUPZrA8kJmJP", - "trackUri": "spotify:track:5N3hjp1WNayUPZrA8kJmJP", - "danceability": 0.669, - "valence": 0.579 - }, - { - "songId": null, - "rank": 17, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Not Like Us", - "artist": "Kendrick Lamar", - "album": "Not Like Us", - "image": "https://i.scdn.co/image/ab67616d0000b2731ea0c62b2339cbf493a999ad", - "trackId": "6AI3ezQ4o3HUoP6Dhudph3", - "trackUri": "spotify:track:6AI3ezQ4o3HUoP6Dhudph3", - "danceability": 0.898, - "valence": 0.214 - }, - { - "songId": null, - "rank": 18, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Am Not Okay", - "artist": "Jelly Roll", - "album": "I Am Not Okay", - "image": "https://i.scdn.co/image/ab67616d0000b273c297b999ca46bb64ddf78772", - "trackId": "76ODTQOl0JZQbhfxs6nRV9", - "trackUri": "spotify:track:76ODTQOl0JZQbhfxs6nRV9", - "danceability": 0.512, - "valence": 0.393 - }, - { - "songId": null, - "rank": 19, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Timeless (with Playboi Carti)", - "artist": "The Weeknd, Playboi Carti", - "album": "Timeless", - "image": "https://i.scdn.co/image/ab67616d0000b27394f662ef3b5677376d8a78d4", - "trackId": "1Es7AUAhQvapIcoh3qMKDL", - "trackUri": "spotify:track:1Es7AUAhQvapIcoh3qMKDL", - "danceability": 0.769, - "valence": 0.57 - }, - { - "songId": null, - "rank": 20, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOT TO GO!", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "4xdBrk0nFZaP54vvZj0yx7", - "trackUri": "spotify:track:4xdBrk0nFZaP54vvZj0yx7", - "danceability": 0.742, - "valence": 0.957 - }, - { - "songId": null, - "rank": 21, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Darling, I (feat. Teezo Touchdown)", - "artist": "Tyler, The Creator, Teezo Touchdown", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0VaeksJaXy5R1nvcTMh3Xk", - "trackUri": "spotify:track:0VaeksJaXy5R1nvcTMh3Xk", - "danceability": 0.373, - "valence": 0.361 - }, - { - "songId": null, - "rank": 22, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lies Lies Lies", - "artist": "Morgan Wallen", - "album": "Lies Lies Lies", - "image": "https://i.scdn.co/image/ab67616d0000b27337eedb840f9441959db3107e", - "trackId": "7Fzl7QaTu47WyP9R5S5mh5", - "trackUri": "spotify:track:7Fzl7QaTu47WyP9R5S5mh5", - "danceability": 0.486, - "valence": 0.382 - }, - { - "songId": null, - "rank": 23, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tu Boda", - "artist": "Oscar Maydon, Fuerza Regida", - "album": "Tu Boda", - "image": "https://i.scdn.co/image/ab67616d0000b273b51d9a74d356d785cce9dea9", - "trackId": "1cOboCuWYI2osTOfolMRS6", - "trackUri": "spotify:track:1cOboCuWYI2osTOfolMRS6", - "danceability": 0.694, - "valence": 0.471 - }, - { - "songId": null, - "rank": 24, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Stargazing", - "artist": "Myles Smith", - "album": "Stargazing", - "image": "https://i.scdn.co/image/ab67616d0000b27381b12e1a0584e8ea7ba2ae4a", - "trackId": "3Vr3zh0r7ALn8VLqCiRR10", - "trackUri": "spotify:track:3Vr3zh0r7ALn8VLqCiRR10", - "danceability": 0.635, - "valence": 0.332 - }, - { - "songId": null, - "rank": 25, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Rah Tah Tah", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "5RePVWy39tLpHH0WwXgBsK", - "trackUri": "spotify:track:5RePVWy39tLpHH0WwXgBsK", - "danceability": 0.661, - "valence": 0.514 - }, - { - "songId": null, - "rank": 26, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Sailor Song", - "artist": "Gigi Perez", - "album": "Sailor Song", - "image": "https://i.scdn.co/image/ab67616d0000b2730f588c6bdb28000656d084bf", - "trackId": "0UYnhUfnUj5adChuAXvLUB", - "trackUri": "spotify:track:0UYnhUfnUj5adChuAXvLUB", - "danceability": 0.492, - "valence": 0.297 - }, - { - "songId": null, - "rank": 27, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "MILLION DOLLAR BABY", - "artist": "Tommy Richman", - "album": "MILLION DOLLAR BABY", - "image": "https://i.scdn.co/image/ab67616d0000b273210733c8f23a7172e6ef5705", - "trackId": "7fzHQizxTqy8wTXwlrgPQQ", - "trackUri": "spotify:track:7fzHQizxTqy8wTXwlrgPQQ", - "danceability": 0.849, - "valence": 0.927 - }, - { - "songId": null, - "rank": 28, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Love You, I'm Sorry", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "51rfRCiUSvxXlCSCfIztBy", - "trackUri": "spotify:track:51rfRCiUSvxXlCSCfIztBy", - "danceability": 0.53, - "valence": 0.338 - }, - { - "songId": null, - "rank": 29, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Like Him (feat. Lola Young)", - "artist": "Tyler, The Creator, Lola Young", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6jbYpRPTEFl1HFKHk1IC0m", - "trackUri": "spotify:track:6jbYpRPTEFl1HFKHk1IC0m", - "danceability": 0.392, - "valence": 0.191 - }, - { - "songId": null, - "rank": 30, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "artist": "GloRilla, Sexyy Red", - "album": "WHATCHU KNO ABOUT ME (with Sexyy Red)", - "image": "https://i.scdn.co/image/ab67616d0000b273ab18aa79cf2e5af2ac7c6a0f", - "trackId": "4VI2Y5xg4gYynQqNQNQbTN", - "trackUri": "spotify:track:4VI2Y5xg4gYynQqNQNQbTN", - "danceability": 0.836, - "valence": 0.703 - }, - { - "songId": null, - "rank": 31, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Miles On It", - "artist": "Marshmello, Kane Brown", - "album": "Miles On It", - "image": "https://i.scdn.co/image/ab67616d0000b27300ac867eff7ed64be10a517c", - "trackId": "4pkb8SbRGeHAvdb87v9rpf", - "trackUri": "spotify:track:4pkb8SbRGeHAvdb87v9rpf", - "danceability": 0.634, - "valence": 0.785 - }, - { - "songId": null, - "rank": 32, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "WILDFLOWER", - "artist": "Billie Eilish", - "album": "HIT ME HARD AND SOFT", - "image": "https://i.scdn.co/image/ab67616d0000b27371d62ea7ea8a5be92d3c1f62", - "trackId": "3QaPy1KgI7nu9FJEQUgn6h", - "trackUri": "spotify:track:3QaPy1KgI7nu9FJEQUgn6h", - "danceability": 0.467, - "valence": 0.126 - }, - { - "songId": null, - "rank": 33, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Cowgirls (feat. ERNEST)", - "artist": "Morgan Wallen, ERNEST", - "album": "One Thing At A Time", - "image": "https://i.scdn.co/image/ab67616d0000b273705079df9a25a28b452c1fc9", - "trackId": "7fveJ3pk1eSfxBdVkzdXZ0", - "trackUri": "spotify:track:7fveJ3pk1eSfxBdVkzdXZ0", - "danceability": 0.621, - "valence": 0.399 - }, - { - "songId": null, - "rank": 34, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Bed Chem", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "1UHS8Rf6h5Ar3CDWRd3wjF", - "trackUri": "spotify:track:1UHS8Rf6h5Ar3CDWRd3wjF", - "danceability": 0.739, - "valence": 0.676 - }, - { - "songId": null, - "rank": 35, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "The Door", - "artist": "Teddy Swims", - "album": "I've Tried Everything But Therapy (Part 1)", - "image": "https://i.scdn.co/image/ab67616d0000b2731a0323cc23419360a34a3ace", - "trackId": "3dj4wgM3cPeuLwMNHDuBon", - "trackUri": "spotify:track:3dj4wgM3cPeuLwMNHDuBon", - "danceability": 0.731, - "valence": 0.759 - }, - { - "songId": null, - "rank": 36, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "TGIF", - "artist": "GloRilla", - "album": "TGIF", - "image": "https://i.scdn.co/image/ab67616d0000b273b1c775aabd9f3ff0c4ed0b63", - "trackId": "2hKYtHbwYOSjvYQhVdUpdQ", - "trackUri": "spotify:track:2hKYtHbwYOSjvYQhVdUpdQ", - "danceability": 0.891, - "valence": 0.203 - }, - { - "songId": null, - "rank": 37, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Noid", - "artist": "Tyler, The Creator", - "album": "Noid", - "image": "https://i.scdn.co/image/ab67616d0000b273dc620428d6bbc305cd43c19b", - "trackId": "1tnZxHryc2wWtjUZC1LQw5", - "trackUri": "spotify:track:1tnZxHryc2wWtjUZC1LQw5", - "danceability": 0.38, - "valence": 0.47 - }, - { - "songId": null, - "rank": 38, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Skies", - "artist": "Zach Bryan", - "album": "Pink Skies", - "image": "https://i.scdn.co/image/ab67616d0000b2731a2c9ac2d39bc5c2e22b9555", - "trackId": "4ZJ4vzLQekI0WntDbanNC7", - "trackUri": "spotify:track:4ZJ4vzLQekI0WntDbanNC7", - "danceability": 0.525, - "valence": 0.253 - }, - { - "songId": null, - "rank": 39, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Thought I Was Dead (feat. ScHoolboy Q & Santigold)", - "artist": "Tyler, The Creator, ScHoolboy Q, Santigold", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "2aYHxnMF2umAavtgBvmkY1", - "trackUri": "spotify:track:2aYHxnMF2umAavtgBvmkY1", - "danceability": 0.77, - "valence": 0.64 - }, - { - "songId": null, - "rank": 40, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "you look like you love me (feat. Riley Green)", - "artist": "Ella Langley, Riley Green", - "album": "you look like you love me (feat. Riley Green)", - "image": "https://i.scdn.co/image/ab67616d0000b27398ec50a022a61a0286f0be1c", - "trackId": "0y5Ex8oQ8zCH5TQxHUy1Eo", - "trackUri": "spotify:track:0y5Ex8oQ8zCH5TQxHUy1Eo", - "danceability": 0.663, - "valence": 0.455 - }, - { - "songId": null, - "rank": 41, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "artist": "Luke Combs", - "album": "Ain't No Love In Oklahoma (From Twisters: The Album)", - "image": "https://i.scdn.co/image/ab67616d0000b27339808230102049beb62fdd7b", - "trackId": "6GG4yyk3UATdBfTHVgI8PB", - "trackUri": "spotify:track:6GG4yyk3UATdBfTHVgI8PB", - "danceability": 0.487, - "valence": 0.282 - }, - { - "songId": null, - "rank": 42, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Austin", - "artist": "Dasha", - "album": "What Happens Now?", - "image": "https://i.scdn.co/image/ab67616d0000b27376acb5f3e32a3f2485f79f95", - "trackId": "6b81dy3WjbozXK6b7C1gu5", - "trackUri": "spotify:track:6b81dy3WjbozXK6b7C1gu5", - "danceability": 0.75, - "valence": 0.738 - }, - { - "songId": null, - "rank": 43, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Can Do It With a Broken Heart", - "artist": "Taylor Swift", - "album": "THE TORTURED POETS DEPARTMENT: THE ANTHOLOGY", - "image": "https://i.scdn.co/image/ab67616d0000b2738ecc33f195df6aa257c39eaa", - "trackId": "2fPvQfGQEZOKtJ9qXeL4x8", - "trackUri": "spotify:track:2fPvQfGQEZOKtJ9qXeL4x8", - "danceability": 0.701, - "valence": 0.22 - }, - { - "songId": null, - "rank": 44, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Who", - "artist": "Jimin", - "album": "MUSE", - "image": "https://i.scdn.co/image/ab67616d0000b273f02c451189a709b9a952aaec", - "trackId": "7tI8dRuH2Yc6RuoTjxo4dU", - "trackUri": "spotify:track:7tI8dRuH2Yc6RuoTjxo4dU", - "danceability": 0.66, - "valence": 0.838 - }, - { - "songId": null, - "rank": 45, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "High Road (feat. Jessie Murph)", - "artist": "Koe Wetzel, Jessie Murph", - "album": "High Road (feat. Jessie Murph)", - "image": "https://i.scdn.co/image/ab67616d0000b2732c44d76ea64d1b5876b44eb3", - "trackId": "73KAidtqbDftZjy8AD0H04", - "trackUri": "spotify:track:73KAidtqbDftZjy8AD0H04", - "danceability": 0.614, - "valence": 0.623 - }, - { - "songId": null, - "rank": 46, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pink Pony Club", - "artist": "Chappell Roan", - "album": "The Rise and Fall of a Midwest Princess", - "image": "https://i.scdn.co/image/ab67616d0000b27396fa88fb1789be437d5cb4b6", - "trackId": "1k2pQc5i348DCHwbn5KTdc", - "trackUri": "spotify:track:1k2pQc5i348DCHwbn5KTdc", - "danceability": 0.61, - "valence": 0.507 - }, - { - "songId": null, - "rank": 47, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Wind Up Missin' You", - "artist": "Tucker Wetmore", - "album": "Wind Up Missin' You", - "image": "https://i.scdn.co/image/ab67616d0000b273cc56aef2e644ca44c4485dbe", - "trackId": "5JRYVSZ6K2jY0kznYBmoqr", - "trackUri": "spotify:track:5JRYVSZ6K2jY0kznYBmoqr", - "danceability": 0.566, - "valence": 0.619 - }, - { - "songId": null, - "rank": 48, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Chill Bae", - "artist": "Lil Uzi Vert", - "album": "Eternal Atake 2", - "image": "https://i.scdn.co/image/ab67616d0000b2730e4e16d910115fead3e83496", - "trackId": "4ppKM7xnkSAwSyKqD4QTY4", - "trackUri": "spotify:track:4ppKM7xnkSAwSyKqD4QTY4", - "danceability": 0.672, - "valence": 0.381 - }, - { - "songId": null, - "rank": 49, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "KEHLANI", - "artist": "Jordan Adetunji", - "album": "KEHLANI", - "image": "https://i.scdn.co/image/ab67616d0000b2739423fae8aceca453648a13d7", - "trackId": "0izPpjfwsu2DuzWGqsABkT", - "trackUri": "spotify:track:0izPpjfwsu2DuzWGqsABkT", - "danceability": 0.644, - "valence": 0.353 - }, - { - "songId": null, - "rank": 50, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Pour Me A Drink (Feat. Blake Shelton)", - "artist": "Post Malone, Blake Shelton", - "album": "Pour Me A Drink", - "image": "https://i.scdn.co/image/ab67616d0000b2730e6e0f5fad0f7419d873acba", - "trackId": "5ZLL6wYXeqg0k35ZkDRfhZ", - "trackUri": "spotify:track:5ZLL6wYXeqg0k35ZkDRfhZ", - "danceability": 0.577, - "valence": 0.861 - }, - { - "songId": null, - "rank": 51, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "DOS DÍAS", - "artist": "Tito Double P, Peso Pluma", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "5lKFO0PrOC9jmOlPEdjHsL", - "trackUri": "spotify:track:5lKFO0PrOC9jmOlPEdjHsL", - "danceability": 0.745, - "valence": 0.929 - }, - { - "songId": null, - "rank": 52, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Judge Judy", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "6ie0uyyvOKTTuIFBMPiNIl", - "trackUri": "spotify:track:6ie0uyyvOKTTuIFBMPiNIl", - "danceability": 0.622, - "valence": 0.362 - }, - { - "songId": null, - "rank": 53, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Dancing In The Flames", - "artist": "The Weeknd", - "album": "Dancing In The Flames", - "image": "https://i.scdn.co/image/ab67616d0000b273f0e9b93cadbeb4d0227a59eb", - "trackId": "7z7kvUQGwlC6iOl7vMuAr9", - "trackUri": "spotify:track:7z7kvUQGwlC6iOl7vMuAr9", - "danceability": 0.552, - "valence": 0.162 - }, - { - "songId": null, - "rank": 54, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Light Year (Practice)", - "artist": "Lil Uzi Vert", - "album": "Eternal Atake 2", - "image": "https://i.scdn.co/image/ab67616d0000b2730e4e16d910115fead3e83496", - "trackId": "3NE6g9h77FZbQqCLzUpGRt", - "trackUri": "spotify:track:3NE6g9h77FZbQqCLzUpGRt", - "danceability": 0.637, - "valence": 0.427 - }, - { - "songId": null, - "rank": 55, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Help Me", - "artist": "Real Boston Richey", - "album": "Help Me", - "image": "https://i.scdn.co/image/ab67616d0000b2735844da6093f9bb6581380063", - "trackId": "487JCvAXVblflZyDJn3fSp", - "trackUri": "spotify:track:487JCvAXVblflZyDJn3fSp", - "danceability": 0.749, - "valence": 0.564 - }, - { - "songId": null, - "rank": 56, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "25", - "artist": "Rod Wave", - "album": "Last Lap", - "image": "https://i.scdn.co/image/ab67616d0000b2734664214921c777be06d1ab00", - "trackId": "0U60hgxzGit7juEuHul2y3", - "trackUri": "spotify:track:0U60hgxzGit7juEuHul2y3", - "danceability": 0.427, - "valence": 0.269 - }, - { - "songId": null, - "rank": 57, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "It's ok I'm ok", - "artist": "Tate McRae", - "album": "It's ok I'm ok", - "image": "https://i.scdn.co/image/ab67616d0000b273cd9a93745f6a7cd54deaab22", - "trackId": "24XihnoVPWXlKJ4BgXqjVM", - "trackUri": "spotify:track:24XihnoVPWXlKJ4BgXqjVM", - "danceability": 0.754, - "valence": 0.363 - }, - { - "songId": null, - "rank": 58, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Disease", - "artist": "Lady Gaga", - "album": "Disease", - "image": "https://i.scdn.co/image/ab67616d0000b273465e58cfc2ee480a7d0ae59d", - "trackId": "19KlZwqlT3fguP2BeHF1Q1", - "trackUri": "spotify:track:19KlZwqlT3fguP2BeHF1Q1", - "danceability": 0.562, - "valence": 0.501 - }, - { - "songId": null, - "rank": 59, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Take Your Mask Off (feat. Daniel Caesar & LaToiya Williams)", - "artist": "Tyler, The Creator, Daniel Caesar, LaToiya Williams", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "4BSR9I4ExlCJdXJo2GpBD5", - "trackUri": "spotify:track:4BSR9I4ExlCJdXJo2GpBD5", - "danceability": 0.503, - "valence": 0.515 - }, - { - "songId": null, - "rank": 60, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Balloon (feat. Doechii)", - "artist": "Tyler, The Creator, Doechii", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "35D1RA5uVFVhMc1qX80TaQ", - "trackUri": "spotify:track:35D1RA5uVFVhMc1qX80TaQ", - "danceability": 0.437, - "valence": 0.475 - }, - { - "songId": null, - "rank": 61, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Hey Jane", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3Umj02ZNl4d356pS1D38mn", - "trackUri": "spotify:track:3Umj02ZNl4d356pS1D38mn", - "danceability": 0.495, - "valence": 0.669 - }, - { - "songId": null, - "rank": 62, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Si Antes Te Hubiera Conocido", - "artist": "KAROL G", - "album": "Si Antes Te Hubiera Conocido", - "image": "https://i.scdn.co/image/ab67616d0000b273491678beaffcefac517a699e", - "trackId": "6WatFBLVB0x077xWeoVc2k", - "trackUri": "spotify:track:6WatFBLVB0x077xWeoVc2k", - "danceability": 0.924, - "valence": 0.787 - }, - { - "songId": null, - "rank": 63, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Beautiful As You", - "artist": "Thomas Rhett", - "album": "Beautiful As You", - "image": "https://i.scdn.co/image/ab67616d0000b273339efd3540a84a0be92a1a98", - "trackId": "2ObBVRY8a2lnAkNG62u9eC", - "trackUri": "spotify:track:2ObBVRY8a2lnAkNG62u9eC", - "danceability": 0.722, - "valence": 0.468 - }, - { - "songId": null, - "rank": 64, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Shake Dat Ass (Twerk Song)", - "artist": "BossMan Dlow", - "album": "Too Slippery", - "image": "https://i.scdn.co/image/ab67616d0000b273234bd6e89b3fdd30080447bd", - "trackId": "1vkpe29DP5EvAxYnWVq5C1", - "trackUri": "spotify:track:1vkpe29DP5EvAxYnWVq5C1", - "danceability": 0.788, - "valence": 0.397 - }, - { - "songId": null, - "rank": 65, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Killed You", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3GdwjAsCsoE79ObhsJFyYb", - "trackUri": "spotify:track:3GdwjAsCsoE79ObhsJFyYb", - "danceability": 0.749, - "valence": 0.447 - }, - { - "songId": null, - "rank": 66, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I'm Gonna Love You", - "artist": "Cody Johnson, Carrie Underwood", - "album": "How Do You Sleep At Night?", - "image": "https://i.scdn.co/image/ab67616d0000b2738868686867e45cb6447be377", - "trackId": "3C94TlV5KIavC4EjzK2AHf", - "trackUri": "spotify:track:3C94TlV5KIavC4EjzK2AHf", - "danceability": 0.552, - "valence": 0.312 - }, - { - "songId": null, - "rank": 67, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Juno", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "21B4gaTWnTkuSh77iWEXdS", - "trackUri": "spotify:track:21B4gaTWnTkuSh77iWEXdS", - "danceability": 0.633, - "valence": 0.64 - }, - { - "songId": null, - "rank": 68, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Heart Of A Woman", - "artist": "Summer Walker", - "album": "Heart Of A Woman", - "image": "https://i.scdn.co/image/ab67616d0000b2736d53dedc947bc07676d61634", - "trackId": "2oVVaVY0LkzwAYYcyzon6Z", - "trackUri": "spotify:track:2oVVaVY0LkzwAYYcyzon6Z", - "danceability": 0.716, - "valence": 0.472 - }, - { - "songId": null, - "rank": 69, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Residuals", - "artist": "Chris Brown", - "album": "11:11 (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b2733696d50637235a13afb731e5", - "trackId": "4t4rGgiVX7woTmlnW9SHJ7", - "trackUri": "spotify:track:4t4rGgiVX7woTmlnW9SHJ7", - "danceability": 0.58, - "valence": 0.171 - }, - { - "songId": null, - "rank": 70, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Diet Pepsi", - "artist": "Addison Rae", - "album": "Diet Pepsi", - "image": "https://i.scdn.co/image/ab67616d0000b2734e5a5862355a5e953549292b", - "trackId": "6MzofobZt2dm0Kf1hTThFz", - "trackUri": "spotify:track:6MzofobZt2dm0Kf1hTThFz", - "danceability": 0.669, - "valence": 0.841 - }, - { - "songId": null, - "rank": 71, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "LA PATRULLA", - "artist": "Peso Pluma, Neton Vega", - "album": "LA PATRULLA", - "image": "https://i.scdn.co/image/ab67616d0000b27366a365f21dfeb736777dde88", - "trackId": "4ENmnZWhNTEiJpT25y7F1h", - "trackUri": "spotify:track:4ENmnZWhNTEiJpT25y7F1h", - "danceability": 0.726, - "valence": 0.832 - }, - { - "songId": null, - "rank": 72, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Never Lie", - "artist": "Zach Top", - "album": "Cold Beer & Country Music", - "image": "https://i.scdn.co/image/ab67616d0000b273e60cfb182df9bf24b4713edd", - "trackId": "3t6gUcGYLrUuqwpXjOFWQc", - "trackUri": "spotify:track:3t6gUcGYLrUuqwpXjOFWQc", - "danceability": 0.782, - "valence": 0.522 - }, - { - "songId": null, - "rank": 73, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Tomorrow", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "3yw3m8wgRB4ptDyAvtdhq5", - "trackUri": "spotify:track:3yw3m8wgRB4ptDyAvtdhq5", - "danceability": 0.463, - "valence": 0.307 - }, - { - "songId": null, - "rank": 74, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "EL LOKERON", - "artist": "Tito Double P", - "album": "INCÓMODO", - "image": "https://i.scdn.co/image/ab67616d0000b27347e9618ef7411438f9c9478b", - "trackId": "6X6m4xmdFcz31p1h7Qg68c", - "trackUri": "spotify:track:6X6m4xmdFcz31p1h7Qg68c", - "danceability": 0.724, - "valence": 0.936 - }, - { - "songId": null, - "rank": 75, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Close To You", - "artist": "Gracie Abrams", - "album": "The Secret of Us", - "image": "https://i.scdn.co/image/ab67616d0000b2736e2101520787791370f4a96b", - "trackId": "2bl81llf715VEEbAx03yvB", - "trackUri": "spotify:track:2bl81llf715VEEbAx03yvB", - "danceability": 0.59, - "valence": 0.356 - }, - { - "songId": null, - "rank": 76, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "28", - "artist": "Zach Bryan", - "album": "The Great American Bar Scene", - "image": "https://i.scdn.co/image/ab67616d0000b273647ad18a07e9e939e399e5a1", - "trackId": "5iJKGpnFfvbjZJeAtwXfCj", - "trackUri": "spotify:track:5iJKGpnFfvbjZJeAtwXfCj", - "danceability": 0.492, - "valence": 0.435 - }, - { - "songId": null, - "rank": 77, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "São Paulo (feat. Anitta)", - "artist": "The Weeknd, Anitta", - "album": "São Paulo", - "image": "https://i.scdn.co/image/ab67616d0000b273935a1712f56a9ee9d51ffd6e", - "trackId": "0xGQTpN4ESETtl1Sp6rzd2", - "trackUri": "spotify:track:0xGQTpN4ESETtl1Sp6rzd2", - "danceability": 0.574, - "valence": 0.506 - }, - { - "songId": null, - "rank": 78, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NIGHTS LIKE THIS", - "artist": "The Kid LAROI", - "album": "THE FIRST TIME", - "image": "https://i.scdn.co/image/ab67616d0000b2732abb30c6296964d5d07458c2", - "trackId": "1XBYiRV30ykHw5f4wm6qEn", - "trackUri": "spotify:track:1XBYiRV30ykHw5f4wm6qEn", - "danceability": 0.482, - "valence": 0.12 - }, - { - "songId": null, - "rank": 79, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Mamushi (feat. Yuki Chiba)", - "artist": "Megan Thee Stallion, 千葉雄喜", - "album": "MEGAN", - "image": "https://i.scdn.co/image/ab67616d0000b2732538afd3580d0424bbe28a01", - "trackId": "5b3XJ1pjrHO5JtY2PcTjnI", - "trackUri": "spotify:track:5b3XJ1pjrHO5JtY2PcTjnI", - "danceability": 0.892, - "valence": 0.209 - }, - { - "songId": null, - "rank": 80, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "SOUTH OF FRANCE", - "artist": "Future", - "album": "MIXTAPE PLUTO", - "image": "https://i.scdn.co/image/ab67616d0000b27376c5a1960013e9203bcd6cd5", - "trackId": "2vXbt6p8MASsy0rGMpgWdG", - "trackUri": "spotify:track:2vXbt6p8MASsy0rGMpgWdG", - "danceability": 0.839, - "valence": 0.236 - }, - { - "songId": null, - "rank": 81, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Guy For That (Feat. Luke Combs)", - "artist": "Post Malone, Luke Combs", - "album": "Guy For That", - "image": "https://i.scdn.co/image/ab67616d0000b27340f1c739f1afe06578b62515", - "trackId": "5crxqqibcvoOQQgg4HjAFQ", - "trackUri": "spotify:track:5crxqqibcvoOQQgg4HjAFQ", - "danceability": 0.608, - "valence": 0.511 - }, - { - "songId": null, - "rank": 82, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "We Good", - "artist": "Lil Uzi Vert", - "album": "Eternal Atake 2", - "image": "https://i.scdn.co/image/ab67616d0000b2730e4e16d910115fead3e83496", - "trackId": "0F60WLPs6Oz2slHomvLt9U", - "trackUri": "spotify:track:0F60WLPs6Oz2slHomvLt9U", - "danceability": 0.587, - "valence": 0.823 - }, - { - "songId": null, - "rank": 83, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Think I'm In Love With You", - "artist": "Chris Stapleton", - "album": "Think I’m In Love With You", - "image": "https://i.scdn.co/image/ab67616d0000b2733e87501009d6a9d7e78889e5", - "trackId": "65M92JpTbAdHmTQm4jGaDa", - "trackUri": "spotify:track:65M92JpTbAdHmTQm4jGaDa", - "danceability": 0.671, - "valence": 0.607 - }, - { - "songId": null, - "rank": 84, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No One Noticed", - "artist": "The Marías", - "album": "Submarine", - "image": "https://i.scdn.co/image/ab67616d0000b2734d070fdf58fad8c54c5beb85", - "trackId": "3siwsiaEoU4Kuuc9WKMUy5", - "trackUri": "spotify:track:3siwsiaEoU4Kuuc9WKMUy5", - "danceability": 0.705, - "valence": 0.457 - }, - { - "songId": null, - "rank": 85, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Good Graces", - "artist": "Sabrina Carpenter", - "album": "Short n' Sweet", - "image": "https://i.scdn.co/image/ab67616d0000b273fd8d7a8d96871e791cb1f626", - "trackId": "102YUQbYmwdBXS7jwamI90", - "trackUri": "spotify:track:102YUQbYmwdBXS7jwamI90", - "danceability": 0.758, - "valence": 0.732 - }, - { - "songId": null, - "rank": 86, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Or What", - "artist": "NLE Choppa, 41, Kyle Richh", - "album": "Or What", - "image": "https://i.scdn.co/image/ab67616d0000b2735103b054bc6d96de0dbc9ccf", - "trackId": "3lUYO6zvXI88sNDpyKvIJ2", - "trackUri": "spotify:track:3lUYO6zvXI88sNDpyKvIJ2", - "danceability": 0.731, - "valence": 0.147 - }, - { - "songId": null, - "rank": 87, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Apple", - "artist": "Charli xcx", - "album": "BRAT", - "image": "https://i.scdn.co/image/ab67616d0000b27388e3822cccfb8f2832c70c2e", - "trackId": "19RybK6XDbAVpcdxSbZL1o", - "trackUri": "spotify:track:19RybK6XDbAVpcdxSbZL1o", - "danceability": 0.804, - "valence": 0.962 - }, - { - "songId": null, - "rank": 88, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Am I Okay?", - "artist": "Megan Moroney", - "album": "Am I Okay?", - "image": "https://i.scdn.co/image/ab67616d0000b273f4e5bb0413006c1d561baf2a", - "trackId": "36wAwEkSDpNQ4oQeRLYC3L", - "trackUri": "spotify:track:36wAwEkSDpNQ4oQeRLYC3L", - "danceability": 0.593, - "valence": 0.518 - }, - { - "songId": null, - "rank": 89, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Liar", - "artist": "Jelly Roll", - "album": "Beautifully Broken", - "image": "https://i.scdn.co/image/ab67616d0000b273d80f1f7607d4b12390321773", - "trackId": "0llPOBVoJYDAtdmVlNE41A", - "trackUri": "spotify:track:0llPOBVoJYDAtdmVlNE41A", - "danceability": 0.645, - "valence": 0.613 - }, - { - "songId": null, - "rank": 90, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "NEW DROP", - "artist": "Don Toliver", - "album": "HARDSTONE PSYCHO", - "image": "https://i.scdn.co/image/ab67616d0000b273c800e1a4a237cf8f085183c5", - "trackId": "2c7z5oRcPBbqRaBY2mLWcf", - "trackUri": "spotify:track:2c7z5oRcPBbqRaBY2mLWcf", - "danceability": 0.757, - "valence": 0.321 - }, - { - "songId": null, - "rank": 91, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I LUV HER (wth T-Pain)", - "artist": "GloRilla, T-Pain", - "album": "I LUV HER (wth T-Pain)", - "image": "https://i.scdn.co/image/ab67616d0000b273fe88a9e1ea1728604b6243d1", - "trackId": "1GpDcABDptCpIOALmD2S5f", - "trackUri": "spotify:track:1GpDcABDptCpIOALmD2S5f", - "danceability": 0.797, - "valence": 0.809 - }, - { - "songId": null, - "rank": 92, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "prove it", - "artist": "21 Savage, Summer Walker", - "album": "prove it", - "image": "https://i.scdn.co/image/ab67616d0000b27340e0da427b6dfb8ccec9cc87", - "trackId": "30efCAopZCFcoi43sSToNr", - "trackUri": "spotify:track:30efCAopZCFcoi43sSToNr", - "danceability": 0.559, - "valence": 0.263 - }, - { - "songId": null, - "rank": 93, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "I Hope You Find Your Way Home", - "artist": "Tyler, The Creator", - "album": "CHROMAKOPIA", - "image": "https://i.scdn.co/image/ab67616d0000b273124e9249fada4ff3c3a0739c", - "trackId": "0pvZCv4JOS5WBu7JITYef6", - "trackUri": "spotify:track:0pvZCv4JOS5WBu7JITYef6", - "danceability": 0.621, - "valence": 0.207 - }, - { - "songId": null, - "rank": 94, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "No Pole", - "artist": "Don Toliver", - "album": "Love Sick (Deluxe)", - "image": "https://i.scdn.co/image/ab67616d0000b273f5e27c2aa0b110c2b6611577", - "trackId": "0eaVIYo2zeOaGJeqZ5TwYz", - "trackUri": "spotify:track:0eaVIYo2zeOaGJeqZ5TwYz", - "danceability": 0.328, - "valence": 0.382 - }, - { - "songId": null, - "rank": 95, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "2AM", - "artist": "BigXthaPlug", - "album": "TAKE CARE", - "image": "https://i.scdn.co/image/ab67616d0000b2739ccbac95546593968314d384", - "trackId": "26TX1oZbaDeKxfTYDclSAo", - "trackUri": "spotify:track:26TX1oZbaDeKxfTYDclSAo", - "danceability": 0.884, - "valence": 0.324 - }, - { - "songId": null, - "rank": 96, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HOLLON", - "artist": "GloRilla", - "album": "Hollon", - "image": "https://i.scdn.co/image/ab67616d0000b27386006a06ab7aec78a2ce45df", - "trackId": "6XVkJ1fM7NkjODPYI7QbAM", - "trackUri": "spotify:track:6XVkJ1fM7NkjODPYI7QbAM", - "danceability": 0.786, - "valence": 0.449 - }, - { - "songId": null, - "rank": 97, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Lonely Road (with Jelly Roll)", - "artist": "mgk, Jelly Roll", - "album": "Lonely Road (with Jelly Roll)", - "image": "https://i.scdn.co/image/ab67616d0000b2733bce14005c2001c8004208ff", - "trackId": "3Rfre3qkrhwdZZ7dyznwbN", - "trackUri": "spotify:track:3Rfre3qkrhwdZZ7dyznwbN", - "danceability": 0.549, - "valence": 0.235 - }, - { - "songId": null, - "rank": 98, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Change Me", - "artist": "BigXthaPlug", - "album": "Change Me", - "image": "https://i.scdn.co/image/ab67616d0000b273e632b0e67d9195bca98563e9", - "trackId": "4BjEz7HIK0Ja4tsyNj65HV", - "trackUri": "spotify:track:4BjEz7HIK0Ja4tsyNj65HV", - "danceability": 0.83, - "valence": 0.0489 - }, - { - "songId": null, - "rank": 99, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "HIM ALL ALONG", - "artist": "Gunna", - "album": "HIM ALL ALONG", - "image": "https://i.scdn.co/image/ab67616d0000b273463729036408223f007d7ce1", - "trackId": "2EKL77lwxvo615Ga7VjEUl", - "trackUri": "spotify:track:2EKL77lwxvo615Ga7VjEUl", - "danceability": 0.872, - "valence": 0.506 - }, - { - "songId": null, - "rank": 100, - "rankStatus": "undefined", - "rankStatusValue": null, - "title": "Brokey", - "artist": "Latto", - "album": "Sugar Honey Iced Tea", - "image": "https://i.scdn.co/image/ab67616d0000b27358726b4f55decb5fb2684cf6", - "trackId": "1JF8LkQWZ8grXb2emqrNKn", - "trackUri": "spotify:track:1JF8LkQWZ8grXb2emqrNKn", - "danceability": 0.776, - "valence": 0.467 - } - ], - "missingTracks": [] -} diff --git a/data/spotify100-20241120.json b/data/spotify100-20241120.json new file mode 100644 index 0000000..389af0a --- /dev/null +++ b/data/spotify100-20241120.json @@ -0,0 +1,1412 @@ +{ + "chartType": "top100", + "dateLastUpdated": "2024-11-20", + "timeLastUpdated": "14:00:00", + "periodFrom": null, + "periodTo": null, + "year": null, + "month": null, + "items": [ + { + "songId": "38120327", + "rank": 1, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "APT.", + "artist": "로제 (ROSÉ)", + "album": "APT.", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/19/809/11619809_20241018103507_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5vNRhkKd0yEAg8suGBpjeY", + "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", + "danceability": 0.777, + "valence": 0.939 + }, + { + "songId": "38123332", + "rank": 2, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Whiplash", + "artist": "aespa", + "album": "Whiplash - The 5th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/540/11620540_20241018183208_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3coRPMnFg2dJcPu5RMloa9", + "trackUri": "spotify:track:3coRPMnFg2dJcPu5RMloa9", + "danceability": 0.863, + "valence": 0.748 + }, + { + "songId": "38164895", + "rank": 3, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "POWER", + "artist": "G-DRAGON", + "album": "POWER", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/30/124/11630124_20241031100530_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4XsJiRJQAK8TWcZCn0Dxlh", + "trackUri": "spotify:track:4XsJiRJQAK8TWcZCn0Dxlh", + "danceability": 0.607, + "valence": 0.732 + }, + { + "songId": "38077932", + "rank": 4, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "UP (KARINA Solo)", + "artist": "aespa", + "album": "SYNK : PARALLEL LINE - Special Digital Single", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/10/170/11610170_20241008143002_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5sjnkOfTLCLNfkkchI2re2", + "trackUri": "spotify:track:5sjnkOfTLCLNfkkchI2re2", + "danceability": 0.777, + "valence": 0.382 + }, + { + "songId": "37323944", + "rank": 5, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "HAPPY", + "artist": "DAY6 (데이식스)", + "album": "Fourever", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/44/397/11444397_20240318115810_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1k68vKHNQXU5CHqcM7Yp7N", + "trackUri": "spotify:track:1k68vKHNQXU5CHqcM7Yp7N", + "danceability": 0.535, + "valence": 0.614 + }, + { + "songId": "38087937", + "rank": 6, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Mantra", + "artist": "제니 (JENNIE)", + "album": "Mantra", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/12/674/11612674_20241010154851_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7wdRGYajTjjsPnC2TVRnze", + "trackUri": "spotify:track:7wdRGYajTjjsPnC2TVRnze", + "danceability": 0.898, + "valence": 0.872 + }, + { + "songId": "38022274", + "rank": 7, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내 이름 맑음", + "artist": "QWER", + "album": "2nd Mini Album 'Algorithm's Blossom'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/80/909/11580909_20240923131754_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1lTBkwEm0wim9RsMXqtqWy", + "trackUri": "spotify:track:1lTBkwEm0wim9RsMXqtqWy", + "danceability": 0.658, + "valence": 0.737 + }, + { + "songId": "38104031", + "rank": 8, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내게 사랑이 뭐냐고 물어본다면", + "artist": "로이킴", + "album": "내게 사랑이 뭐냐고 물어본다면", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/16/312/11616312_20241015135802_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5zsMOF3yWT4U1Vw5eaMQFH", + "trackUri": "spotify:track:5zsMOF3yWT4U1Vw5eaMQFH", + "danceability": 0.372, + "valence": 0.368 + }, + { + "songId": "37323943", + "rank": 9, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Welcome to the Show", + "artist": "DAY6 (데이식스)", + "album": "Fourever", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/44/397/11444397_20240318115810_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3BMAWsBp4jc35mCmebC3WT", + "trackUri": "spotify:track:3BMAWsBp4jc35mCmebC3WT", + "danceability": 0.595, + "valence": 0.377 + }, + { + "songId": "38123338", + "rank": 10, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "나는 반딧불", + "artist": "황가람", + "album": "나는 반딧불", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/541/11620541_20241018183253_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "27QLNrvWbFcwOYr8RpOpxg", + "trackUri": "spotify:track:27QLNrvWbFcwOYr8RpOpxg", + "danceability": 0.442, + "valence": 0.418 + }, + { + "songId": "37524037", + "rank": 11, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Supernova", + "artist": "aespa", + "album": "Armageddon - The 1st Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/87/023/11487023_20240527154018_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "18nZWRpJIHzgb1SQr4ncwb", + "trackUri": "spotify:track:18nZWRpJIHzgb1SQr4ncwb", + "danceability": 0.745, + "valence": 0.363 + }, + { + "songId": "31927275", + "rank": 12, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "한 페이지가 될 수 있게", + "artist": "DAY6 (데이식스)", + "album": "The Book of Us : Gravity", + "image": "https://cdnimg.melon.co.kr/cm/album/images/103/07/346/10307346_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0btLaqWlXsOWLcpjE1jmIk", + "trackUri": "spotify:track:0btLaqWlXsOWLcpjE1jmIk", + "danceability": 0.51, + "valence": 0.747 + }, + { + "songId": "32061975", + "rank": 13, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "어떻게 이별까지 사랑하겠어, 널 사랑하는 거지", + "artist": "AKMU (악뮤)", + "album": "항해", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/103/31/947/10331947_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0hqj5JBnFt1BHEz2UCFwrl", + "trackUri": "spotify:track:0hqj5JBnFt1BHEz2UCFwrl", + "danceability": 0.52, + "valence": 0.228 + }, + { + "songId": "37390939", + "rank": 14, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "소나기", + "artist": "이클립스 (ECLIPSE)", + "album": "선재 업고 튀어 OST Part 1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/59/325/11459325_20240405171054_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1OhIn0L6iofnk5bjalWfHq", + "trackUri": "spotify:track:1OhIn0L6iofnk5bjalWfHq", + "danceability": 0.469, + "valence": 0.217 + }, + { + "songId": "37907939", + "rank": 15, + "rankStatus": "down", + "rankStatusValue": 2, + "title": "Pump Up The Volume!", + "artist": "PLAVE", + "album": "Pump Up The Volume!", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/70/634/11570634_20240820095436_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "34DtDWmIUacoop6Md298vE", + "trackUri": "spotify:track:34DtDWmIUacoop6Md298vE", + "danceability": 0.66, + "valence": 0.629 + }, + { + "songId": "34061322", + "rank": 16, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "사랑은 늘 도망가", + "artist": "임영웅", + "album": "신사와 아가씨 OST Part.2", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/107/35/654/10735654_20211008114339_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4rMEoXVYww6Xy7q9wSj4gy", + "trackUri": "spotify:track:4rMEoXVYww6Xy7q9wSj4gy", + "danceability": 0.404, + "valence": 0.36 + }, + { + "songId": "37248283", + "rank": 17, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "WAY 4 LUV", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1T6xi2QrnmwaebXGvWAjLg", + "trackUri": "spotify:track:1T6xi2QrnmwaebXGvWAjLg", + "danceability": 0.668, + "valence": 0.503 + }, + { + "songId": "37884934", + "rank": 18, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Supersonic", + "artist": "프로미스나인", + "album": "Supersonic", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/64/698/11564698_20240812100922_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "6oNLSQX8bcAdbCElZYju3v", + "trackUri": "spotify:track:6oNLSQX8bcAdbCElZYju3v", + "danceability": 0.672, + "valence": 0.415 + }, + { + "songId": "37228861", + "rank": 19, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "천상연", + "artist": "이창섭", + "album": "천상연 (웹툰 '선녀외전' X 이창섭 (LEE CHANGSUB))", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/21/941/11421941_20240220105008_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4mqfe9XrgEOSsofvq5MyjR", + "trackUri": "spotify:track:4mqfe9XrgEOSsofvq5MyjR", + "danceability": 0.353, + "valence": 0.33 + }, + { + "songId": "30232719", + "rank": 20, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "예뻤어", + "artist": "DAY6 (데이식스)", + "album": "Every DAY6 February", + "image": "https://cdnimg.melon.co.kr/cm/album/images/100/36/099/10036099_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3Pqp7yCHo6hbxMS0ZGc93N", + "trackUri": "spotify:track:3Pqp7yCHo6hbxMS0ZGc93N", + "danceability": 0.46, + "valence": 0.414 + }, + { + "songId": "38092594", + "rank": 21, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "달랐을까", + "artist": "PLAVE", + "album": "나의 해리에게 OST Part.4", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/13/772/11613772_20241011150204_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0CN7xUFQbPRzffogC4FgBR", + "trackUri": "spotify:track:0CN7xUFQbPRzffogC4FgBR", + "danceability": 0.55, + "valence": 0.403 + }, + { + "songId": "37373234", + "rank": 22, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "고민중독", + "artist": "QWER", + "album": "1st Mini Album 'MANITO'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/54/681/11454681_20240328174504_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "39gaUtq2z4ejJbno7tWHbL", + "trackUri": "spotify:track:39gaUtq2z4ejJbno7tWHbL", + "danceability": 0.546, + "valence": 0.678 + }, + { + "songId": "37248285", + "rank": 23, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "From", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1UyrFk2u0Asqmys76trMLi", + "trackUri": "spotify:track:1UyrFk2u0Asqmys76trMLi", + "danceability": 0.514, + "valence": 0.105 + }, + { + "songId": "37563682", + "rank": 24, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "How Sweet", + "artist": "NewJeans", + "album": "How Sweet", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/749/11475749_20240524105642_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "38tXZcL1gZRfbqfOG0VMTH", + "trackUri": "spotify:track:38tXZcL1gZRfbqfOG0VMTH", + "danceability": 0.803, + "valence": 0.757 + }, + { + "songId": "37069064", + "rank": 25, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "슬픈 초대장", + "artist": "순순희(지환)", + "album": "슬픈 초대장", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/86/568/11386568_20231218192452_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1p1CBfZCS00wjXjjBJGWzM", + "trackUri": "spotify:track:1p1CBfZCS00wjXjjBJGWzM", + "danceability": 0.353, + "valence": 0.286 + }, + { + "songId": "34908740", + "rank": 26, + "rankStatus": "down", + "rankStatusValue": 3, + "title": "우리들의 블루스", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2jidjmWNeRmKgLjXhW52Gz", + "trackUri": "spotify:track:2jidjmWNeRmKgLjXhW52Gz", + "danceability": 0.381, + "valence": 0.273 + }, + { + "songId": "37248286", + "rank": 27, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "우리 영화", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2ODZujtUNxCQDfKCxCeRxZ", + "trackUri": "spotify:track:2ODZujtUNxCQDfKCxCeRxZ", + "danceability": 0.597, + "valence": 0.371 + }, + { + "songId": "37491072", + "rank": 28, + "rankStatus": "down", + "rankStatusValue": 4, + "title": "온기", + "artist": "임영웅", + "album": "온기", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/81/211/11481211_20240503151321_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3vnaEaDxMKdBhqA1t0uAwl", + "trackUri": "spotify:track:3vnaEaDxMKdBhqA1t0uAwl", + "danceability": 0.354, + "valence": 0.342 + }, + { + "songId": "37145732", + "rank": 29, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "Love wins all", + "artist": "아이유", + "album": "The Winning", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/04/142/11404142_20240220141548_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "53g7ZIvZE47H9pwXPFYMCH", + "trackUri": "spotify:track:53g7ZIvZE47H9pwXPFYMCH", + "danceability": 0.509, + "valence": 0.288 + }, + { + "songId": "36397952", + "rank": 30, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "Drowning", + "artist": "WOODZ", + "album": "OO-LI", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/83/506/11183506_20230426141236_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4xeugB5MqWh0jwvXZPxahq", + "trackUri": "spotify:track:4xeugB5MqWh0jwvXZPxahq", + "danceability": 0.62, + "valence": 0.368 + }, + { + "songId": "37946921", + "rank": 31, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "녹아내려요", + "artist": "DAY6 (데이식스)", + "album": "Band Aid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/80/616/11580616_20240830171855_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0T6J3Ipbe06lm7p3grH2bg", + "trackUri": "spotify:track:0T6J3Ipbe06lm7p3grH2bg", + "danceability": 0.471, + "valence": 0.741 + }, + { + "songId": "37491071", + "rank": 32, + "rankStatus": "down", + "rankStatusValue": 4, + "title": "Home", + "artist": "임영웅", + "album": "온기", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/81/211/11481211_20240503151321_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2PlsVMcOn6ujc2UEYs2Yat", + "trackUri": "spotify:track:2PlsVMcOn6ujc2UEYs2Yat", + "danceability": 0.586, + "valence": 0.407 + }, + { + "songId": "37248284", + "rank": 33, + "rankStatus": "down", + "rankStatusValue": 2, + "title": "버추얼 아이돌", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4mMtn8zhy4IaOwzNCgSbCT", + "trackUri": "spotify:track:4mMtn8zhy4IaOwzNCgSbCT", + "danceability": 0.857, + "valence": 0.655 + }, + { + "songId": "37657039", + "rank": 34, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "Small girl (feat. 도경수(D.O.))", + "artist": "이영지", + "album": "16 Fantasy", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/17/951/11517951_20240620173412_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1AtFSBJibfaqfiOByQCwZ5", + "trackUri": "spotify:track:1AtFSBJibfaqfiOByQCwZ5", + "danceability": 0.77, + "valence": 0.875 + }, + { + "songId": "36502910", + "rank": 35, + "rankStatus": "down", + "rankStatusValue": 5, + "title": "모래 알갱이", + "artist": "임영웅", + "album": "모래 알갱이", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/58/233/11258233_20230605094802_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4WUpMUjdoi47LY7gBQBXe3", + "trackUri": "spotify:track:4WUpMUjdoi47LY7gBQBXe3", + "danceability": 0.557, + "valence": 0.112 + }, + { + "songId": "37248282", + "rank": 36, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "Watch Me Woo!", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1NubJcJa12xLssOkQfWZDZ", + "trackUri": "spotify:track:1NubJcJa12xLssOkQfWZDZ", + "danceability": 0.634, + "valence": 0.777 + }, + { + "songId": "35008524", + "rank": 37, + "rankStatus": "down", + "rankStatusValue": 2, + "title": "다시 만날 수 있을까", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2RLdkXSaiQjRbey5pvP8Kt", + "trackUri": "spotify:track:2RLdkXSaiQjRbey5pvP8Kt", + "danceability": 0.401, + "valence": 0.327 + }, + { + "songId": "37138469", + "rank": 38, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "나는 아픈 건 딱 질색이니까", + "artist": "(여자)아이들", + "album": "2", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/02/655/11402655_20240129121016_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5kt0nWRnFWEeBUyLWSYnkd", + "trackUri": "spotify:track:5kt0nWRnFWEeBUyLWSYnkd", + "danceability": 0.873, + "valence": 0.831 + }, + { + "songId": "36699489", + "rank": 39, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))", + "artist": "너드커넥션 (Nerd Connection)", + "album": "그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/05/759/11305759_20230814111006_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3TQHPUEVdvdq8ejwEcHUlL", + "trackUri": "spotify:track:3TQHPUEVdvdq8ejwEcHUlL", + "danceability": 0.54, + "valence": 0.137 + }, + { + "songId": "32508053", + "rank": 40, + "rankStatus": "down", + "rankStatusValue": 4, + "title": "이제 나만 믿어요", + "artist": "임영웅", + "album": "내일은 미스터트롯 우승자 특전곡", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/104/12/319/10412319_20200403103006_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4zCcKPm03kHARVAiyzlDX8", + "trackUri": "spotify:track:4zCcKPm03kHARVAiyzlDX8", + "danceability": 0.273, + "valence": 0.26 + }, + { + "songId": "4446485", + "rank": 41, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "너의 모든 순간", + "artist": "성시경", + "album": "별에서 온 그대 OST Part.7", + "image": "https://cdnimg.melon.co.kr/cm/album/images/022/32/505/2232505_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2tY05I4MCH2eKnWTITUspC", + "trackUri": "spotify:track:2tY05I4MCH2eKnWTITUspC", + "danceability": 0.366, + "valence": 0.244 + }, + { + "songId": "37737619", + "rank": 42, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "클락션 (Klaxon)", + "artist": "(여자)아이들", + "album": "I SWAY", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/33/515/11533515_20240708112323_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "294hRgOqnGW2BemqP8D35X", + "trackUri": "spotify:track:294hRgOqnGW2BemqP8D35X", + "danceability": 0.89, + "valence": 0.801 + }, + { + "songId": "36855841", + "rank": 43, + "rankStatus": "down", + "rankStatusValue": 5, + "title": "Do or Die", + "artist": "임영웅", + "album": "Do or Die", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/40/391/11340391_20231006154621_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "21ewxM3YvcdTj7cC0XwznO", + "trackUri": "spotify:track:21ewxM3YvcdTj7cC0XwznO", + "danceability": 0.599, + "valence": 0.664 + }, + { + "songId": "38222733", + "rank": 44, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "Letter To Myself", + "artist": "태연 (TAEYEON)", + "album": "Letter To Myself - The 6th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/43/441/11643441_20241115182004_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1Uxr0oBXAZRuLkAz27TkLc", + "trackUri": "spotify:track:1Uxr0oBXAZRuLkAz27TkLc", + "danceability": 0.57, + "valence": 0.213 + }, + { + "songId": "37140709", + "rank": 45, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "첫 만남은 계획대로 되지 않아", + "artist": "TWS (투어스)", + "album": "TWS 1st Mini Album ‘Sparkling Blue’", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/91/902/11391902_20240122132041_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0aZG8KWrpRnsGL0loUkfSj", + "trackUri": "spotify:track:0aZG8KWrpRnsGL0loUkfSj", + "danceability": 0.808, + "valence": 0.73 + }, + { + "songId": "36382580", + "rank": 46, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "헤어지자 말해요", + "artist": "박재정", + "album": "1집 Alone", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/27/533/11227533_20230419162238_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2rj6rzz1qLMrZf8yWFwp9r", + "trackUri": "spotify:track:2rj6rzz1qLMrZf8yWFwp9r", + "danceability": 0.489, + "valence": 0.213 + }, + { + "songId": "37347911", + "rank": 47, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "Magnetic", + "artist": "아일릿(ILLIT)", + "album": "SUPER REAL ME", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/50/069/11450069_20240325110702_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1aKvZDoLGkNMxoRYgkckZG", + "trackUri": "spotify:track:1aKvZDoLGkNMxoRYgkckZG", + "danceability": 0.797, + "valence": 0.69 + }, + { + "songId": "35008525", + "rank": 48, + "rankStatus": "down", + "rankStatusValue": 7, + "title": "무지개", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "50xSycnGMDy0Wg5jJcOv3S", + "trackUri": "spotify:track:50xSycnGMDy0Wg5jJcOv3S", + "danceability": 0.641, + "valence": 0.616 + }, + { + "songId": "35834584", + "rank": 49, + "rankStatus": "down", + "rankStatusValue": 9, + "title": "Polaroid", + "artist": "임영웅", + "album": "Polaroid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/02/375/11102375_20221115101140_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2tA3NP12r4niSRhb9Y6AoY", + "trackUri": "spotify:track:2tA3NP12r4niSRhb9Y6AoY", + "danceability": 0.698, + "valence": 0.513 + }, + { + "songId": "37053556", + "rank": 50, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "에피소드", + "artist": "이무진", + "album": "에피소드", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/82/987/11382987_20231212165916_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3ImDzyDVlxu6qjxT49vlX0", + "trackUri": "spotify:track:3ImDzyDVlxu6qjxT49vlX0", + "danceability": 0.734, + "valence": 0.59 + }, + { + "songId": "35834583", + "rank": 51, + "rankStatus": "down", + "rankStatusValue": 9, + "title": "London Boy", + "artist": "임영웅", + "album": "Polaroid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/02/375/11102375_20221115101140_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "6auT8cRBu3BgPRBrdVBY15", + "trackUri": "spotify:track:6auT8cRBu3BgPRBrdVBY15", + "danceability": 0.507, + "valence": 0.663 + }, + { + "songId": "31666417", + "rank": 52, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "주저하는 연인들을 위해", + "artist": "잔나비", + "album": "전설", + "image": "https://cdnimg.melon.co.kr/cm/album/images/102/60/858/10260858_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5BqwC9kOBbqYkzdOKeXFFk", + "trackUri": "spotify:track:5BqwC9kOBbqYkzdOKeXFFk", + "danceability": 0.52, + "valence": 0.302 + }, + { + "songId": "37248287", + "rank": 53, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "Merry PLLIstmas", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "30FH8tNdUgHqZbB6ENgOwY", + "trackUri": "spotify:track:30FH8tNdUgHqZbB6ENgOwY", + "danceability": 0.557, + "valence": 0.372 + }, + { + "songId": "37524038", + "rank": 54, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "Armageddon", + "artist": "aespa", + "album": "Armageddon - The 1st Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/87/023/11487023_20240527154018_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5eWcGfUCrVFMoYskyfkEPE", + "trackUri": "spotify:track:5eWcGfUCrVFMoYskyfkEPE", + "danceability": 0.695, + "valence": 0.465 + }, + { + "songId": "37693124", + "rank": 55, + "rankStatus": "down", + "rankStatusValue": 3, + "title": "Sticky", + "artist": "KISS OF LIFE", + "album": "Sticky", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/25/661/11525661_20240628155508_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4e1aewX6ATPcdfQIqr7gqO", + "trackUri": "spotify:track:4e1aewX6ATPcdfQIqr7gqO", + "danceability": 0.702, + "valence": 0.595 + }, + { + "songId": "37023625", + "rank": 56, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "비의 랩소디", + "artist": "임재현", + "album": "비의 랩소디", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/76/816/11376816_20231201120653_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3HIDWyZGwSe5MhrSP890nc", + "trackUri": "spotify:track:3HIDWyZGwSe5MhrSP890nc", + "danceability": 0.367, + "valence": 0.236 + }, + { + "songId": "35008534", + "rank": 57, + "rankStatus": "down", + "rankStatusValue": 6, + "title": "인생찬가", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1E14FuM0BRaHAJSJ9YxMVu", + "trackUri": "spotify:track:1E14FuM0BRaHAJSJ9YxMVu", + "danceability": 0.279, + "valence": 0.173 + }, + { + "songId": "36617841", + "rank": 58, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "Seven (feat. Latto) - Clean Ver.", + "artist": "정국", + "album": "Seven (feat. Latto) - Clean Ver.", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/86/070/11286070_20230713181059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7Hcj0duTWiCSYDtJaztNIt", + "trackUri": "spotify:track:7Hcj0duTWiCSYDtJaztNIt", + "danceability": 0.786, + "valence": 0.891 + }, + { + "songId": "37659322", + "rank": 59, + "rankStatus": "down", + "rankStatusValue": 3, + "title": "Supernatural", + "artist": "NewJeans", + "album": "Supernatural", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/14/014/11514014_20240621110830_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5ocSQW5sIUIOFojwXEz9Ki", + "trackUri": "spotify:track:5ocSQW5sIUIOFojwXEz9Ki", + "danceability": 0.699, + "valence": 0.863 + }, + { + "songId": "37344905", + "rank": 60, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "미안해 미워해 사랑해", + "artist": "Crush", + "album": "눈물의 여왕 OST Part.4", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/49/278/11449278_20240322170237_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0UaaFmF3xUwMjnuAHBq7qL", + "trackUri": "spotify:track:0UaaFmF3xUwMjnuAHBq7qL", + "danceability": 0.46, + "valence": 0.214 + }, + { + "songId": "30962526", + "rank": 61, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "모든 날, 모든 순간 (Every day, Every Moment)", + "artist": "폴킴", + "album": "'키스 먼저 할까요?' OST Part.3", + "image": "https://cdnimg.melon.co.kr/cm/album/images/101/49/492/10149492_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3Ml2s37uS9jqRM2R3bfDiB", + "trackUri": "spotify:track:3Ml2s37uS9jqRM2R3bfDiB", + "danceability": 0.47, + "valence": 0.153 + }, + { + "songId": "34451383", + "rank": 62, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "인사", + "artist": "범진", + "album": "인사", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/21/699/10821699_20231205103724_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0VdwOoAKPe9aGahkpllfkH", + "trackUri": "spotify:track:0VdwOoAKPe9aGahkpllfkH", + "danceability": 0.469, + "valence": 0.178 + }, + { + "songId": "35008532", + "rank": 63, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "연애편지", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0yfQBmmOIVqiwhV5u10EhN", + "trackUri": "spotify:track:0yfQBmmOIVqiwhV5u10EhN", + "danceability": 0.488, + "valence": 0.209 + }, + { + "songId": "33496587", + "rank": 64, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "다정히 내 이름을 부르면", + "artist": "경서예지", + "album": "다정히 내 이름을 부르면 (경서예지 x 전건호)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/106/10/525/10610525_20210518143433_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0tgxvf4rqBBeEB54h0nnRD", + "trackUri": "spotify:track:0tgxvf4rqBBeEB54h0nnRD", + "danceability": 0.382, + "valence": 0.236 + }, + { + "songId": "35945927", + "rank": 65, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "Ditto", + "artist": "NewJeans", + "album": "NewJeans 'OMG'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/27/145/11127145_20231213133532_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3r8RuvgbX9s7ammBn07D3W", + "trackUri": "spotify:track:3r8RuvgbX9s7ammBn07D3W", + "danceability": 0.814, + "valence": 0.183 + }, + { + "songId": "38071559", + "rank": 66, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "청춘만화", + "artist": "이무진", + "album": "만화 (滿花)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/08/521/11608521_20241004161722_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "71Q946KeXZ9NRbq0FlyNhY", + "trackUri": "spotify:track:71Q946KeXZ9NRbq0FlyNhY", + "danceability": 0.397, + "valence": 0.614 + }, + { + "songId": "35454426", + "rank": 67, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "Hype Boy", + "artist": "NewJeans", + "album": "NewJeans 1st EP 'New Jeans'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/110/11/565/11011565_20220801102637_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0a4MMyCrzT0En247IhqZbD", + "trackUri": "spotify:track:0a4MMyCrzT0En247IhqZbD", + "danceability": 0.593, + "valence": 0.783 + }, + { + "songId": "38123775", + "rank": 68, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "Cherish (My Love)", + "artist": "아일릿(ILLIT)", + "album": "I’LL LIKE YOU", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/616/11620616_20241021095654_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2MoUuJhpSO4a0czxvsrSC6", + "trackUri": "spotify:track:2MoUuJhpSO4a0czxvsrSC6", + "danceability": 0.714, + "valence": 0.303 + }, + { + "songId": "37460832", + "rank": 69, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "SPOT! (feat. JENNIE)", + "artist": "지코 (ZICO)", + "album": "SPOT!", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/74/894/11474894_20240426103349_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1SS0WlKhJewviwEDZ6dWj0", + "trackUri": "spotify:track:1SS0WlKhJewviwEDZ6dWj0", + "danceability": 0.875, + "valence": 0.906 + }, + { + "songId": "37463572", + "rank": 70, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "해야 (HEYA)", + "artist": "IVE (아이브)", + "album": "IVE SWITCH", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/530/11475530_20240430093854_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "6JjydtOl3rysvM2prpCBaf", + "trackUri": "spotify:track:6JjydtOl3rysvM2prpCBaf", + "danceability": 0.703, + "valence": 0.646 + }, + { + "songId": "37464459", + "rank": 71, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "Bubble Gum", + "artist": "NewJeans", + "album": "How Sweet", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/749/11475749_20240524105642_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "19D8LNpWwIPpi6hs9BG7dq", + "trackUri": "spotify:track:19D8LNpWwIPpi6hs9BG7dq", + "danceability": 0.758, + "valence": 0.529 + }, + { + "songId": "38068560", + "rank": 72, + "rankStatus": "down", + "rankStatusValue": 4, + "title": "Igloo", + "artist": "KISS OF LIFE", + "album": "Lose Yourself", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/07/747/11607747_20241015110919_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2DbDefRFJ5YOfXCKOeCJJh", + "trackUri": "spotify:track:2DbDefRFJ5YOfXCKOeCJJh", + "danceability": 0.916, + "valence": 0.873 + }, + { + "songId": "7844374", + "rank": 73, + "rankStatus": "down", + "rankStatusValue": 3, + "title": "Congratulations", + "artist": "DAY6 (데이식스)", + "album": "The Day", + "image": "https://cdnimg.melon.co.kr/cm/album/images/026/38/778/2638778_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "13z3GfR6WzmLUDxBHO3amM", + "trackUri": "spotify:track:13z3GfR6WzmLUDxBHO3amM", + "danceability": 0.31, + "valence": 0.578 + }, + { + "songId": "36356993", + "rank": 74, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "I AM", + "artist": "IVE (아이브)", + "album": "I've IVE", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/11/297/11211297_20230410151046_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7KavHYqoVFNB3IUXfs5gvP", + "trackUri": "spotify:track:7KavHYqoVFNB3IUXfs5gvP", + "danceability": 0.686, + "valence": 0.35 + }, + { + "songId": "37375706", + "rank": 75, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "청혼하지 않을 이유를 못 찾았어", + "artist": "이무진", + "album": "청혼하지 않을 이유를 못 찾았어", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/55/285/11455285_20240401151801_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1ukIcsvbaFhtsKmvJPAyMZ", + "trackUri": "spotify:track:1ukIcsvbaFhtsKmvJPAyMZ", + "danceability": 0.577, + "valence": 0.515 + }, + { + "songId": "34657844", + "rank": 76, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "사랑인가 봐", + "artist": "멜로망스", + "album": "사랑인가 봐 (사내맞선 OST 스페셜 트랙)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/71/162/10871162_20220217162422_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2X45nVBeYzmDlrXji9Av0Q", + "trackUri": "spotify:track:2X45nVBeYzmDlrXji9Av0Q", + "danceability": 0.402, + "valence": 0.631 + }, + { + "songId": "34431086", + "rank": 77, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "취중고백", + "artist": "김민석", + "album": "취중고백", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/16/959/10816959_20211217144957_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0hqngwyh8WnPuYlLYHRQqp", + "trackUri": "spotify:track:0hqngwyh8WnPuYlLYHRQqp", + "danceability": 0.562, + "valence": 0.264 + }, + { + "songId": "38048464", + "rank": 78, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "네모네모", + "artist": "YENA (최예나)", + "album": "네모네모", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/03/345/11603345_20240927114551_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4UwsXGVppRRJpKBHy0mtyK", + "trackUri": "spotify:track:4UwsXGVppRRJpKBHy0mtyK", + "danceability": 0.66, + "valence": 0.814 + }, + { + "songId": "35008530", + "rank": 79, + "rankStatus": "down", + "rankStatusValue": 8, + "title": "보금자리", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "05STjz8kmPBUebu3uu5sO0", + "trackUri": "spotify:track:05STjz8kmPBUebu3uu5sO0", + "danceability": 0.643, + "valence": 0.764 + }, + { + "songId": "37003911", + "rank": 80, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "To. X", + "artist": "태연 (TAEYEON)", + "album": "To. X - The 5th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/72/896/11372896_20231127104957_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2gyCwrOcC6JBoaJ8JGJ7T8", + "trackUri": "spotify:track:2gyCwrOcC6JBoaJ8JGJ7T8", + "danceability": 0.835, + "valence": 0.646 + }, + { + "songId": "37640352", + "rank": 81, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "Boom Boom Bass", + "artist": "RIIZE", + "album": "RIIZING - The 1st Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/56/179/11456179_20240617152303_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "6Ixrp3yXfzv5brZXmZuXXN", + "trackUri": "spotify:track:6Ixrp3yXfzv5brZXmZuXXN", + "danceability": 0.811, + "valence": 0.83 + }, + { + "songId": "34819473", + "rank": 82, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "사건의 지평선", + "artist": "윤하 (YOUNHA)", + "album": "YOUNHA 6th Album Repackage 'END THEORY : Final Edition'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/03/868/10903868_20220330103544_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "6RBziRcDeiho3iTPdtEeg9", + "trackUri": "spotify:track:6RBziRcDeiho3iTPdtEeg9", + "danceability": 0.534, + "valence": 0.286 + }, + { + "songId": "32872978", + "rank": 83, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "Dynamite", + "artist": "방탄소년단", + "album": "Dynamite (DayTime Version)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/104/79/150/10479150_20200918102847_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "72IwoG8tqvIWV10IHjpNNA", + "trackUri": "spotify:track:72IwoG8tqvIWV10IHjpNNA", + "danceability": 0.746, + "valence": 0.737 + }, + { + "songId": "38195515", + "rank": 84, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "너와의 모든 지금", + "artist": "재쓰비 (JAESSBEE)", + "album": "너와의 모든 지금", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/37/218/11637218_20241108150236_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "04HGddGSz9qgxiFJkR7oMy", + "trackUri": "spotify:track:04HGddGSz9qgxiFJkR7oMy", + "danceability": 0.709, + "valence": 0.697 + }, + { + "songId": "38095946", + "rank": 85, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "LOVE, MONEY, FAME (feat. DJ Khaled)", + "artist": "세븐틴 (SEVENTEEN)", + "album": "SEVENTEEN 12th Mini Album ‘SPILL THE FEELS'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/14/469/11614469_20241014104803_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "145tqlcE6YFsjNfxi9K3AE", + "trackUri": "spotify:track:145tqlcE6YFsjNfxi9K3AE", + "danceability": 0.87, + "valence": 0.789 + }, + { + "songId": "30244931", + "rank": 86, + "rankStatus": "down", + "rankStatusValue": 2, + "title": "봄날", + "artist": "방탄소년단", + "album": "YOU NEVER WALK ALONE", + "image": "https://cdnimg.melon.co.kr/cm/album/images/100/37/969/10037969_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "16LATbHXLu0gh8MCw1hUGl", + "trackUri": "spotify:track:16LATbHXLu0gh8MCw1hUGl", + "danceability": 0.539, + "valence": 0.462 + }, + { + "songId": "36616378", + "rank": 87, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "사막에서 꽃을 피우듯", + "artist": "우디 (Woody)", + "album": "사막에서 꽃을 피우듯", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/85/867/11285867_20230713162404_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7M3POeMOBCs6pwtDkVhBTi", + "trackUri": "spotify:track:7M3POeMOBCs6pwtDkVhBTi", + "danceability": 0.44, + "valence": 0.341 + }, + { + "songId": "38221779", + "rank": 88, + "rankStatus": "down", + "rankStatusValue": 8, + "title": "멈추지 않아", + "artist": "PLAVE", + "album": "열혈사제2 OST Part.2", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/43/210/11643210_20241115161055_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1riEr6o3obQxrQRFmD9Sed", + "trackUri": "spotify:track:1riEr6o3obQxrQRFmD9Sed", + "danceability": 0.61, + "valence": 0.739 + }, + { + "songId": "37098744", + "rank": 89, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "Love 119", + "artist": "RIIZE", + "album": "Love 119", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/94/065/11394065_20240104151541_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4ndxCrtl74lgOdF6Lz7bIq", + "trackUri": "spotify:track:4ndxCrtl74lgOdF6Lz7bIq", + "danceability": 0.752, + "valence": 0.419 + }, + { + "songId": "36956630", + "rank": 90, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "Drama", + "artist": "aespa", + "album": "Drama - The 4th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/62/544/11362544_20231110142622_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5XWlyfo0kZ8LF7VSyfS4Ew", + "trackUri": "spotify:track:5XWlyfo0kZ8LF7VSyfS4Ew", + "danceability": 0.644, + "valence": 0.378 + }, + { + "songId": "37900204", + "rank": 91, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "별별별 (See that?)", + "artist": "NMIXX", + "album": "Fe3O4: STICK OUT", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/68/571/11568571_20240814180403_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2Oc0j4x7HkDRVZq8JsgACT", + "trackUri": "spotify:track:2Oc0j4x7HkDRVZq8JsgACT", + "danceability": 0.603, + "valence": 0.527 + }, + { + "songId": "36110996", + "rank": 92, + "rankStatus": "down", + "rankStatusValue": 2, + "title": "파이팅 해야지 (Feat. 이영지)", + "artist": "부석순 (SEVENTEEN)", + "album": "부석순 1st Single Album 'SECOND WIND'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/66/539/11166539_20230207143921_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7eBpUuPnDTfbeP1P4P93CS", + "trackUri": "spotify:track:7eBpUuPnDTfbeP1P4P93CS", + "danceability": 0.707, + "valence": 0.922 + }, + { + "songId": "37635628", + "rank": 93, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "오래된 노래", + "artist": "허각", + "album": "오래된 노래", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/13/169/11513169_20240614150349_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1rxzTIwzyHtg5FufNtjzMG", + "trackUri": "spotify:track:1rxzTIwzyHtg5FufNtjzMG", + "danceability": 0.468, + "valence": 0.524 + }, + { + "songId": "36635522", + "rank": 94, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "ETA", + "artist": "NewJeans", + "album": "NewJeans 2nd EP 'Get Up'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/81/456/11281456_20230706180841_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "56v8WEnGzLByGsDAXDiv4d", + "trackUri": "spotify:track:56v8WEnGzLByGsDAXDiv4d", + "danceability": 0.812, + "valence": 0.841 + }, + { + "songId": "35640751", + "rank": 95, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "I Don't Think That I Like Her", + "artist": "Charlie Puth", + "album": "CHARLIE", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/44/485/10844485_20221006154824_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0Ts1lnK3lYa2dwE2orDJc5", + "trackUri": "spotify:track:0Ts1lnK3lYa2dwE2orDJc5", + "danceability": 0.587, + "valence": 0.713 + }, + { + "songId": "38161297", + "rank": 96, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "DRIP", + "artist": "BABYMONSTER", + "album": "DRIP", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/29/208/11629208_20241101103249_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "198zDKzyktXRG1PGpidY9h", + "trackUri": "spotify:track:198zDKzyktXRG1PGpidY9h", + "danceability": 0.862, + "valence": 0.704 + }, + { + "songId": "37820769", + "rank": 97, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "플러팅", + "artist": "황인욱", + "album": "플러팅", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/51/069/11551069_20240725152601_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0sNm6uJlooT2vfybQDeEv0", + "trackUri": "spotify:track:0sNm6uJlooT2vfybQDeEv0", + "danceability": 0.395, + "valence": 0.184 + }, + { + "songId": "36717264", + "rank": 98, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Get A Guitar", + "artist": "RIIZE", + "album": "Get A Guitar", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/09/832/11309832_20230904111501_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4H65EdACzwqV8sTt3dDyA0", + "trackUri": "spotify:track:4H65EdACzwqV8sTt3dDyA0", + "danceability": 0.9, + "valence": 0.895 + }, + { + "songId": "35454425", + "rank": 99, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Attention", + "artist": "NewJeans", + "album": "NewJeans 1st EP 'New Jeans'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/110/11/565/11011565_20220801102637_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2pIUpMhHL6L9Z5lnKxJJr9", + "trackUri": "spotify:track:2pIUpMhHL6L9Z5lnKxJJr9", + "danceability": 0.811, + "valence": 0.695 + }, + { + "songId": "37667860", + "rank": 100, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내가 S면 넌 나의 N이 되어줘", + "artist": "TWS (투어스)", + "album": "TWS 2nd Mini Album ‘SUMMER BEAT!’", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/05/319/11505319_20240624143253_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2y8vRHEoz15sYDmxyrDePO", + "trackUri": "spotify:track:2y8vRHEoz15sYDmxyrDePO", + "danceability": 0.789, + "valence": 0.884 + } + ], + "missingTracks": [] +} diff --git a/data/spotify100-20241121.json b/data/spotify100-20241121.json new file mode 100644 index 0000000..857b21e --- /dev/null +++ b/data/spotify100-20241121.json @@ -0,0 +1,1412 @@ +{ + "chartType": "top100", + "dateLastUpdated": "2024-11-21", + "timeLastUpdated": "05:00:00", + "periodFrom": null, + "periodTo": null, + "year": null, + "month": null, + "items": [ + { + "songId": "38120327", + "rank": 1, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "APT.", + "artist": "로제 (ROSÉ)", + "album": "APT.", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/19/809/11619809_20241018103507_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5vNRhkKd0yEAg8suGBpjeY", + "trackUri": "spotify:track:5vNRhkKd0yEAg8suGBpjeY", + "danceability": 0.777, + "valence": 0.939 + }, + { + "songId": "38123332", + "rank": 2, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Whiplash", + "artist": "aespa", + "album": "Whiplash - The 5th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/540/11620540_20241018183208_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3coRPMnFg2dJcPu5RMloa9", + "trackUri": "spotify:track:3coRPMnFg2dJcPu5RMloa9", + "danceability": 0.863, + "valence": 0.748 + }, + { + "songId": "38164895", + "rank": 3, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "POWER", + "artist": "G-DRAGON", + "album": "POWER", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/30/124/11630124_20241031100530_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4XsJiRJQAK8TWcZCn0Dxlh", + "trackUri": "spotify:track:4XsJiRJQAK8TWcZCn0Dxlh", + "danceability": 0.607, + "valence": 0.732 + }, + { + "songId": "38077932", + "rank": 4, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "UP (KARINA Solo)", + "artist": "aespa", + "album": "SYNK : PARALLEL LINE - Special Digital Single", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/10/170/11610170_20241008143002_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5sjnkOfTLCLNfkkchI2re2", + "trackUri": "spotify:track:5sjnkOfTLCLNfkkchI2re2", + "danceability": 0.777, + "valence": 0.382 + }, + { + "songId": "37323944", + "rank": 5, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "HAPPY", + "artist": "DAY6 (데이식스)", + "album": "Fourever", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/44/397/11444397_20240318115810_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1k68vKHNQXU5CHqcM7Yp7N", + "trackUri": "spotify:track:1k68vKHNQXU5CHqcM7Yp7N", + "danceability": 0.535, + "valence": 0.614 + }, + { + "songId": "38087937", + "rank": 6, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Mantra", + "artist": "제니 (JENNIE)", + "album": "Mantra", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/12/674/11612674_20241010154851_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7wdRGYajTjjsPnC2TVRnze", + "trackUri": "spotify:track:7wdRGYajTjjsPnC2TVRnze", + "danceability": 0.898, + "valence": 0.872 + }, + { + "songId": "38022274", + "rank": 7, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내 이름 맑음", + "artist": "QWER", + "album": "2nd Mini Album 'Algorithm's Blossom'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/80/909/11580909_20240923131754_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1lTBkwEm0wim9RsMXqtqWy", + "trackUri": "spotify:track:1lTBkwEm0wim9RsMXqtqWy", + "danceability": 0.658, + "valence": 0.737 + }, + { + "songId": "38104031", + "rank": 8, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내게 사랑이 뭐냐고 물어본다면", + "artist": "로이킴", + "album": "내게 사랑이 뭐냐고 물어본다면", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/16/312/11616312_20241015135802_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5zsMOF3yWT4U1Vw5eaMQFH", + "trackUri": "spotify:track:5zsMOF3yWT4U1Vw5eaMQFH", + "danceability": 0.372, + "valence": 0.368 + }, + { + "songId": "37323943", + "rank": 9, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Welcome to the Show", + "artist": "DAY6 (데이식스)", + "album": "Fourever", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/44/397/11444397_20240318115810_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3BMAWsBp4jc35mCmebC3WT", + "trackUri": "spotify:track:3BMAWsBp4jc35mCmebC3WT", + "danceability": 0.595, + "valence": 0.377 + }, + { + "songId": "38123338", + "rank": 10, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "나는 반딧불", + "artist": "황가람", + "album": "나는 반딧불", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/541/11620541_20241018183253_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "27QLNrvWbFcwOYr8RpOpxg", + "trackUri": "spotify:track:27QLNrvWbFcwOYr8RpOpxg", + "danceability": 0.442, + "valence": 0.418 + }, + { + "songId": "37524037", + "rank": 11, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Supernova", + "artist": "aespa", + "album": "Armageddon - The 1st Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/87/023/11487023_20240527154018_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "18nZWRpJIHzgb1SQr4ncwb", + "trackUri": "spotify:track:18nZWRpJIHzgb1SQr4ncwb", + "danceability": 0.745, + "valence": 0.363 + }, + { + "songId": "31927275", + "rank": 12, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "한 페이지가 될 수 있게", + "artist": "DAY6 (데이식스)", + "album": "The Book of Us : Gravity", + "image": "https://cdnimg.melon.co.kr/cm/album/images/103/07/346/10307346_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0btLaqWlXsOWLcpjE1jmIk", + "trackUri": "spotify:track:0btLaqWlXsOWLcpjE1jmIk", + "danceability": 0.51, + "valence": 0.747 + }, + { + "songId": "32061975", + "rank": 13, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "어떻게 이별까지 사랑하겠어, 널 사랑하는 거지", + "artist": "AKMU (악뮤)", + "album": "항해", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/103/31/947/10331947_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0hqj5JBnFt1BHEz2UCFwrl", + "trackUri": "spotify:track:0hqj5JBnFt1BHEz2UCFwrl", + "danceability": 0.52, + "valence": 0.228 + }, + { + "songId": "37390939", + "rank": 14, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "소나기", + "artist": "이클립스 (ECLIPSE)", + "album": "선재 업고 튀어 OST Part 1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/59/325/11459325_20240405171054_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1OhIn0L6iofnk5bjalWfHq", + "trackUri": "spotify:track:1OhIn0L6iofnk5bjalWfHq", + "danceability": 0.469, + "valence": 0.217 + }, + { + "songId": "37228861", + "rank": 15, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "천상연", + "artist": "이창섭", + "album": "천상연 (웹툰 '선녀외전' X 이창섭 (LEE CHANGSUB))", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/21/941/11421941_20240220105008_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4mqfe9XrgEOSsofvq5MyjR", + "trackUri": "spotify:track:4mqfe9XrgEOSsofvq5MyjR", + "danceability": 0.353, + "valence": 0.33 + }, + { + "songId": "37884934", + "rank": 16, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Supersonic", + "artist": "프로미스나인", + "album": "Supersonic", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/64/698/11564698_20240812100922_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "6oNLSQX8bcAdbCElZYju3v", + "trackUri": "spotify:track:6oNLSQX8bcAdbCElZYju3v", + "danceability": 0.672, + "valence": 0.415 + }, + { + "songId": "30232719", + "rank": 17, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "예뻤어", + "artist": "DAY6 (데이식스)", + "album": "Every DAY6 February", + "image": "https://cdnimg.melon.co.kr/cm/album/images/100/36/099/10036099_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3Pqp7yCHo6hbxMS0ZGc93N", + "trackUri": "spotify:track:3Pqp7yCHo6hbxMS0ZGc93N", + "danceability": 0.46, + "valence": 0.414 + }, + { + "songId": "37373234", + "rank": 18, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "고민중독", + "artist": "QWER", + "album": "1st Mini Album 'MANITO'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/54/681/11454681_20240328174504_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "39gaUtq2z4ejJbno7tWHbL", + "trackUri": "spotify:track:39gaUtq2z4ejJbno7tWHbL", + "danceability": 0.546, + "valence": 0.678 + }, + { + "songId": "37069064", + "rank": 19, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "슬픈 초대장", + "artist": "순순희(지환)", + "album": "슬픈 초대장", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/86/568/11386568_20231218192452_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1p1CBfZCS00wjXjjBJGWzM", + "trackUri": "spotify:track:1p1CBfZCS00wjXjjBJGWzM", + "danceability": 0.353, + "valence": 0.286 + }, + { + "songId": "37563682", + "rank": 20, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "How Sweet", + "artist": "NewJeans", + "album": "How Sweet", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/749/11475749_20240524105642_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "38tXZcL1gZRfbqfOG0VMTH", + "trackUri": "spotify:track:38tXZcL1gZRfbqfOG0VMTH", + "danceability": 0.803, + "valence": 0.757 + }, + { + "songId": "37145732", + "rank": 21, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Love wins all", + "artist": "아이유", + "album": "The Winning", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/04/142/11404142_20240220141548_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "53g7ZIvZE47H9pwXPFYMCH", + "trackUri": "spotify:track:53g7ZIvZE47H9pwXPFYMCH", + "danceability": 0.509, + "valence": 0.288 + }, + { + "songId": "37946921", + "rank": 22, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "녹아내려요", + "artist": "DAY6 (데이식스)", + "album": "Band Aid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/80/616/11580616_20240830171855_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0T6J3Ipbe06lm7p3grH2bg", + "trackUri": "spotify:track:0T6J3Ipbe06lm7p3grH2bg", + "danceability": 0.471, + "valence": 0.741 + }, + { + "songId": "37657039", + "rank": 23, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Small girl (feat. 도경수(D.O.))", + "artist": "이영지", + "album": "16 Fantasy", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/17/951/11517951_20240620173412_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1AtFSBJibfaqfiOByQCwZ5", + "trackUri": "spotify:track:1AtFSBJibfaqfiOByQCwZ5", + "danceability": 0.77, + "valence": 0.875 + }, + { + "songId": "36397952", + "rank": 24, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Drowning", + "artist": "WOODZ", + "album": "OO-LI", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/83/506/11183506_20230426141236_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4xeugB5MqWh0jwvXZPxahq", + "trackUri": "spotify:track:4xeugB5MqWh0jwvXZPxahq", + "danceability": 0.62, + "valence": 0.368 + }, + { + "songId": "36699489", + "rank": 25, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))", + "artist": "너드커넥션 (Nerd Connection)", + "album": "그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/05/759/11305759_20230814111006_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3TQHPUEVdvdq8ejwEcHUlL", + "trackUri": "spotify:track:3TQHPUEVdvdq8ejwEcHUlL", + "danceability": 0.54, + "valence": 0.137 + }, + { + "songId": "37138469", + "rank": 26, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "나는 아픈 건 딱 질색이니까", + "artist": "(여자)아이들", + "album": "2", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/02/655/11402655_20240129121016_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5kt0nWRnFWEeBUyLWSYnkd", + "trackUri": "spotify:track:5kt0nWRnFWEeBUyLWSYnkd", + "danceability": 0.873, + "valence": 0.831 + }, + { + "songId": "4446485", + "rank": 27, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "너의 모든 순간", + "artist": "성시경", + "album": "별에서 온 그대 OST Part.7", + "image": "https://cdnimg.melon.co.kr/cm/album/images/022/32/505/2232505_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2tY05I4MCH2eKnWTITUspC", + "trackUri": "spotify:track:2tY05I4MCH2eKnWTITUspC", + "danceability": 0.366, + "valence": 0.244 + }, + { + "songId": "37737619", + "rank": 28, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "클락션 (Klaxon)", + "artist": "(여자)아이들", + "album": "I SWAY", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/33/515/11533515_20240708112323_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "294hRgOqnGW2BemqP8D35X", + "trackUri": "spotify:track:294hRgOqnGW2BemqP8D35X", + "danceability": 0.89, + "valence": 0.801 + }, + { + "songId": "37140709", + "rank": 29, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "첫 만남은 계획대로 되지 않아", + "artist": "TWS (투어스)", + "album": "TWS 1st Mini Album ‘Sparkling Blue’", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/91/902/11391902_20240122132041_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0aZG8KWrpRnsGL0loUkfSj", + "trackUri": "spotify:track:0aZG8KWrpRnsGL0loUkfSj", + "danceability": 0.808, + "valence": 0.73 + }, + { + "songId": "36382580", + "rank": 30, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "헤어지자 말해요", + "artist": "박재정", + "album": "1집 Alone", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/27/533/11227533_20230419162238_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2rj6rzz1qLMrZf8yWFwp9r", + "trackUri": "spotify:track:2rj6rzz1qLMrZf8yWFwp9r", + "danceability": 0.489, + "valence": 0.213 + }, + { + "songId": "37347911", + "rank": 31, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Magnetic", + "artist": "아일릿(ILLIT)", + "album": "SUPER REAL ME", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/50/069/11450069_20240325110702_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1aKvZDoLGkNMxoRYgkckZG", + "trackUri": "spotify:track:1aKvZDoLGkNMxoRYgkckZG", + "danceability": 0.797, + "valence": 0.69 + }, + { + "songId": "31666417", + "rank": 32, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "주저하는 연인들을 위해", + "artist": "잔나비", + "album": "전설", + "image": "https://cdnimg.melon.co.kr/cm/album/images/102/60/858/10260858_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5BqwC9kOBbqYkzdOKeXFFk", + "trackUri": "spotify:track:5BqwC9kOBbqYkzdOKeXFFk", + "danceability": 0.52, + "valence": 0.302 + }, + { + "songId": "37053556", + "rank": 33, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "에피소드", + "artist": "이무진", + "album": "에피소드", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/82/987/11382987_20231212165916_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3ImDzyDVlxu6qjxT49vlX0", + "trackUri": "spotify:track:3ImDzyDVlxu6qjxT49vlX0", + "danceability": 0.734, + "valence": 0.59 + }, + { + "songId": "37693124", + "rank": 34, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Sticky", + "artist": "KISS OF LIFE", + "album": "Sticky", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/25/661/11525661_20240628155508_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4e1aewX6ATPcdfQIqr7gqO", + "trackUri": "spotify:track:4e1aewX6ATPcdfQIqr7gqO", + "danceability": 0.702, + "valence": 0.595 + }, + { + "songId": "37023625", + "rank": 35, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "비의 랩소디", + "artist": "임재현", + "album": "비의 랩소디", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/76/816/11376816_20231201120653_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3HIDWyZGwSe5MhrSP890nc", + "trackUri": "spotify:track:3HIDWyZGwSe5MhrSP890nc", + "danceability": 0.367, + "valence": 0.236 + }, + { + "songId": "34061322", + "rank": 36, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "사랑은 늘 도망가", + "artist": "임영웅", + "album": "신사와 아가씨 OST Part.2", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/107/35/654/10735654_20211008114339_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4rMEoXVYww6Xy7q9wSj4gy", + "trackUri": "spotify:track:4rMEoXVYww6Xy7q9wSj4gy", + "danceability": 0.404, + "valence": 0.36 + }, + { + "songId": "37524038", + "rank": 37, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Armageddon", + "artist": "aespa", + "album": "Armageddon - The 1st Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/87/023/11487023_20240527154018_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5eWcGfUCrVFMoYskyfkEPE", + "trackUri": "spotify:track:5eWcGfUCrVFMoYskyfkEPE", + "danceability": 0.695, + "valence": 0.465 + }, + { + "songId": "37659322", + "rank": 38, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Supernatural", + "artist": "NewJeans", + "album": "Supernatural", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/14/014/11514014_20240621110830_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5ocSQW5sIUIOFojwXEz9Ki", + "trackUri": "spotify:track:5ocSQW5sIUIOFojwXEz9Ki", + "danceability": 0.699, + "valence": 0.863 + }, + { + "songId": "30962526", + "rank": 39, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "모든 날, 모든 순간 (Every day, Every Moment)", + "artist": "폴킴", + "album": "'키스 먼저 할까요?' OST Part.3", + "image": "https://cdnimg.melon.co.kr/cm/album/images/101/49/492/10149492_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3Ml2s37uS9jqRM2R3bfDiB", + "trackUri": "spotify:track:3Ml2s37uS9jqRM2R3bfDiB", + "danceability": 0.47, + "valence": 0.153 + }, + { + "songId": "37344905", + "rank": 40, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "미안해 미워해 사랑해", + "artist": "Crush", + "album": "눈물의 여왕 OST Part.4", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/49/278/11449278_20240322170237_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0UaaFmF3xUwMjnuAHBq7qL", + "trackUri": "spotify:track:0UaaFmF3xUwMjnuAHBq7qL", + "danceability": 0.46, + "valence": 0.214 + }, + { + "songId": "34451383", + "rank": 41, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "인사", + "artist": "범진", + "album": "인사", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/21/699/10821699_20231205103724_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0VdwOoAKPe9aGahkpllfkH", + "trackUri": "spotify:track:0VdwOoAKPe9aGahkpllfkH", + "danceability": 0.469, + "valence": 0.178 + }, + { + "songId": "37907939", + "rank": 42, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Pump Up The Volume!", + "artist": "PLAVE", + "album": "Pump Up The Volume!", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/70/634/11570634_20240820095436_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "34DtDWmIUacoop6Md298vE", + "trackUri": "spotify:track:34DtDWmIUacoop6Md298vE", + "danceability": 0.66, + "valence": 0.629 + }, + { + "songId": "33496587", + "rank": 43, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "다정히 내 이름을 부르면", + "artist": "경서예지", + "album": "다정히 내 이름을 부르면 (경서예지 x 전건호)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/106/10/525/10610525_20210518143433_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0tgxvf4rqBBeEB54h0nnRD", + "trackUri": "spotify:track:0tgxvf4rqBBeEB54h0nnRD", + "danceability": 0.382, + "valence": 0.236 + }, + { + "songId": "38222733", + "rank": 44, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Letter To Myself", + "artist": "태연 (TAEYEON)", + "album": "Letter To Myself - The 6th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/43/441/11643441_20241115182004_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1Uxr0oBXAZRuLkAz27TkLc", + "trackUri": "spotify:track:1Uxr0oBXAZRuLkAz27TkLc", + "danceability": 0.57, + "valence": 0.213 + }, + { + "songId": "35945927", + "rank": 45, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Ditto", + "artist": "NewJeans", + "album": "NewJeans 'OMG'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/27/145/11127145_20231213133532_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3r8RuvgbX9s7ammBn07D3W", + "trackUri": "spotify:track:3r8RuvgbX9s7ammBn07D3W", + "danceability": 0.814, + "valence": 0.183 + }, + { + "songId": "38071559", + "rank": 46, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "청춘만화", + "artist": "이무진", + "album": "만화 (滿花)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/08/521/11608521_20241004161722_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "71Q946KeXZ9NRbq0FlyNhY", + "trackUri": "spotify:track:71Q946KeXZ9NRbq0FlyNhY", + "danceability": 0.397, + "valence": 0.614 + }, + { + "songId": "35454426", + "rank": 47, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Hype Boy", + "artist": "NewJeans", + "album": "NewJeans 1st EP 'New Jeans'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/110/11/565/11011565_20220801102637_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0a4MMyCrzT0En247IhqZbD", + "trackUri": "spotify:track:0a4MMyCrzT0En247IhqZbD", + "danceability": 0.593, + "valence": 0.783 + }, + { + "songId": "37460832", + "rank": 48, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "SPOT! (feat. JENNIE)", + "artist": "지코 (ZICO)", + "album": "SPOT!", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/74/894/11474894_20240426103349_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1SS0WlKhJewviwEDZ6dWj0", + "trackUri": "spotify:track:1SS0WlKhJewviwEDZ6dWj0", + "danceability": 0.875, + "valence": 0.906 + }, + { + "songId": "37248283", + "rank": 49, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "WAY 4 LUV", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1T6xi2QrnmwaebXGvWAjLg", + "trackUri": "spotify:track:1T6xi2QrnmwaebXGvWAjLg", + "danceability": 0.668, + "valence": 0.503 + }, + { + "songId": "7844374", + "rank": 50, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Congratulations", + "artist": "DAY6 (데이식스)", + "album": "The Day", + "image": "https://cdnimg.melon.co.kr/cm/album/images/026/38/778/2638778_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "13z3GfR6WzmLUDxBHO3amM", + "trackUri": "spotify:track:13z3GfR6WzmLUDxBHO3amM", + "danceability": 0.31, + "valence": 0.578 + }, + { + "songId": "36356993", + "rank": 51, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "I AM", + "artist": "IVE (아이브)", + "album": "I've IVE", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/11/297/11211297_20230410151046_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7KavHYqoVFNB3IUXfs5gvP", + "trackUri": "spotify:track:7KavHYqoVFNB3IUXfs5gvP", + "danceability": 0.686, + "valence": 0.35 + }, + { + "songId": "37463572", + "rank": 52, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "해야 (HEYA)", + "artist": "IVE (아이브)", + "album": "IVE SWITCH", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/530/11475530_20240430093854_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "6JjydtOl3rysvM2prpCBaf", + "trackUri": "spotify:track:6JjydtOl3rysvM2prpCBaf", + "danceability": 0.703, + "valence": 0.646 + }, + { + "songId": "34657844", + "rank": 53, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "사랑인가 봐", + "artist": "멜로망스", + "album": "사랑인가 봐 (사내맞선 OST 스페셜 트랙)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/71/162/10871162_20220217162422_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2X45nVBeYzmDlrXji9Av0Q", + "trackUri": "spotify:track:2X45nVBeYzmDlrXji9Av0Q", + "danceability": 0.402, + "valence": 0.631 + }, + { + "songId": "37464459", + "rank": 54, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Bubble Gum", + "artist": "NewJeans", + "album": "How Sweet", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/749/11475749_20240524105642_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "19D8LNpWwIPpi6hs9BG7dq", + "trackUri": "spotify:track:19D8LNpWwIPpi6hs9BG7dq", + "danceability": 0.758, + "valence": 0.529 + }, + { + "songId": "34431086", + "rank": 55, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "취중고백", + "artist": "김민석", + "album": "취중고백", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/16/959/10816959_20211217144957_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0hqngwyh8WnPuYlLYHRQqp", + "trackUri": "spotify:track:0hqngwyh8WnPuYlLYHRQqp", + "danceability": 0.562, + "valence": 0.264 + }, + { + "songId": "38068560", + "rank": 56, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Igloo", + "artist": "KISS OF LIFE", + "album": "Lose Yourself", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/07/747/11607747_20241015110919_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2DbDefRFJ5YOfXCKOeCJJh", + "trackUri": "spotify:track:2DbDefRFJ5YOfXCKOeCJJh", + "danceability": 0.916, + "valence": 0.873 + }, + { + "songId": "38123775", + "rank": 57, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Cherish (My Love)", + "artist": "아일릿(ILLIT)", + "album": "I’LL LIKE YOU", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/616/11620616_20241021095654_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2MoUuJhpSO4a0czxvsrSC6", + "trackUri": "spotify:track:2MoUuJhpSO4a0czxvsrSC6", + "danceability": 0.714, + "valence": 0.303 + }, + { + "songId": "37375706", + "rank": 58, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "청혼하지 않을 이유를 못 찾았어", + "artist": "이무진", + "album": "청혼하지 않을 이유를 못 찾았어", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/55/285/11455285_20240401151801_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1ukIcsvbaFhtsKmvJPAyMZ", + "trackUri": "spotify:track:1ukIcsvbaFhtsKmvJPAyMZ", + "danceability": 0.577, + "valence": 0.515 + }, + { + "songId": "38048464", + "rank": 59, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "네모네모", + "artist": "YENA (최예나)", + "album": "네모네모", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/03/345/11603345_20240927114551_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4UwsXGVppRRJpKBHy0mtyK", + "trackUri": "spotify:track:4UwsXGVppRRJpKBHy0mtyK", + "danceability": 0.66, + "valence": 0.814 + }, + { + "songId": "37003911", + "rank": 60, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "To. X", + "artist": "태연 (TAEYEON)", + "album": "To. X - The 5th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/72/896/11372896_20231127104957_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2gyCwrOcC6JBoaJ8JGJ7T8", + "trackUri": "spotify:track:2gyCwrOcC6JBoaJ8JGJ7T8", + "danceability": 0.835, + "valence": 0.646 + }, + { + "songId": "38092594", + "rank": 61, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "달랐을까", + "artist": "PLAVE", + "album": "나의 해리에게 OST Part.4", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/13/772/11613772_20241011150204_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0CN7xUFQbPRzffogC4FgBR", + "trackUri": "spotify:track:0CN7xUFQbPRzffogC4FgBR", + "danceability": 0.55, + "valence": 0.403 + }, + { + "songId": "34819473", + "rank": 62, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "사건의 지평선", + "artist": "윤하 (YOUNHA)", + "album": "YOUNHA 6th Album Repackage 'END THEORY : Final Edition'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/03/868/10903868_20220330103544_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "6RBziRcDeiho3iTPdtEeg9", + "trackUri": "spotify:track:6RBziRcDeiho3iTPdtEeg9", + "danceability": 0.534, + "valence": 0.286 + }, + { + "songId": "36617841", + "rank": 63, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Seven (feat. Latto) - Clean Ver.", + "artist": "정국", + "album": "Seven (feat. Latto) - Clean Ver.", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/86/070/11286070_20230713181059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7Hcj0duTWiCSYDtJaztNIt", + "trackUri": "spotify:track:7Hcj0duTWiCSYDtJaztNIt", + "danceability": 0.786, + "valence": 0.891 + }, + { + "songId": "36616378", + "rank": 64, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "사막에서 꽃을 피우듯", + "artist": "우디 (Woody)", + "album": "사막에서 꽃을 피우듯", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/85/867/11285867_20230713162404_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7M3POeMOBCs6pwtDkVhBTi", + "trackUri": "spotify:track:7M3POeMOBCs6pwtDkVhBTi", + "danceability": 0.44, + "valence": 0.341 + }, + { + "songId": "36956630", + "rank": 65, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Drama", + "artist": "aespa", + "album": "Drama - The 4th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/62/544/11362544_20231110142622_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5XWlyfo0kZ8LF7VSyfS4Ew", + "trackUri": "spotify:track:5XWlyfo0kZ8LF7VSyfS4Ew", + "danceability": 0.644, + "valence": 0.378 + }, + { + "songId": "37900204", + "rank": 66, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "별별별 (See that?)", + "artist": "NMIXX", + "album": "Fe3O4: STICK OUT", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/68/571/11568571_20240814180403_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2Oc0j4x7HkDRVZq8JsgACT", + "trackUri": "spotify:track:2Oc0j4x7HkDRVZq8JsgACT", + "danceability": 0.603, + "valence": 0.527 + }, + { + "songId": "37640352", + "rank": 67, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "Boom Boom Bass", + "artist": "RIIZE", + "album": "RIIZING - The 1st Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/56/179/11456179_20240617152303_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "6Ixrp3yXfzv5brZXmZuXXN", + "trackUri": "spotify:track:6Ixrp3yXfzv5brZXmZuXXN", + "danceability": 0.811, + "valence": 0.83 + }, + { + "songId": "36635522", + "rank": 68, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "ETA", + "artist": "NewJeans", + "album": "NewJeans 2nd EP 'Get Up'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/81/456/11281456_20230706180841_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "56v8WEnGzLByGsDAXDiv4d", + "trackUri": "spotify:track:56v8WEnGzLByGsDAXDiv4d", + "danceability": 0.812, + "valence": 0.841 + }, + { + "songId": "37635628", + "rank": 69, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "오래된 노래", + "artist": "허각", + "album": "오래된 노래", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/13/169/11513169_20240614150349_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1rxzTIwzyHtg5FufNtjzMG", + "trackUri": "spotify:track:1rxzTIwzyHtg5FufNtjzMG", + "danceability": 0.468, + "valence": 0.524 + }, + { + "songId": "35640751", + "rank": 70, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "I Don't Think That I Like Her", + "artist": "Charlie Puth", + "album": "CHARLIE", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/44/485/10844485_20221006154824_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0Ts1lnK3lYa2dwE2orDJc5", + "trackUri": "spotify:track:0Ts1lnK3lYa2dwE2orDJc5", + "danceability": 0.587, + "valence": 0.713 + }, + { + "songId": "37098744", + "rank": 71, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Love 119", + "artist": "RIIZE", + "album": "Love 119", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/94/065/11394065_20240104151541_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4ndxCrtl74lgOdF6Lz7bIq", + "trackUri": "spotify:track:4ndxCrtl74lgOdF6Lz7bIq", + "danceability": 0.752, + "valence": 0.419 + }, + { + "songId": "38195515", + "rank": 72, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "너와의 모든 지금", + "artist": "재쓰비 (JAESSBEE)", + "album": "너와의 모든 지금", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/37/218/11637218_20241108150236_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "04HGddGSz9qgxiFJkR7oMy", + "trackUri": "spotify:track:04HGddGSz9qgxiFJkR7oMy", + "danceability": 0.709, + "valence": 0.697 + }, + { + "songId": "34908740", + "rank": 73, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "우리들의 블루스", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2jidjmWNeRmKgLjXhW52Gz", + "trackUri": "spotify:track:2jidjmWNeRmKgLjXhW52Gz", + "danceability": 0.381, + "valence": 0.273 + }, + { + "songId": "37248286", + "rank": 74, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "우리 영화", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2ODZujtUNxCQDfKCxCeRxZ", + "trackUri": "spotify:track:2ODZujtUNxCQDfKCxCeRxZ", + "danceability": 0.597, + "valence": 0.371 + }, + { + "songId": "36110996", + "rank": 75, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "파이팅 해야지 (Feat. 이영지)", + "artist": "부석순 (SEVENTEEN)", + "album": "부석순 1st Single Album 'SECOND WIND'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/66/539/11166539_20230207143921_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7eBpUuPnDTfbeP1P4P93CS", + "trackUri": "spotify:track:7eBpUuPnDTfbeP1P4P93CS", + "danceability": 0.707, + "valence": 0.922 + }, + { + "songId": "37820769", + "rank": 76, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "플러팅", + "artist": "황인욱", + "album": "플러팅", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/51/069/11551069_20240725152601_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "0sNm6uJlooT2vfybQDeEv0", + "trackUri": "spotify:track:0sNm6uJlooT2vfybQDeEv0", + "danceability": 0.395, + "valence": 0.184 + }, + { + "songId": "38095946", + "rank": 77, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "LOVE, MONEY, FAME (feat. DJ Khaled)", + "artist": "세븐틴 (SEVENTEEN)", + "album": "SEVENTEEN 12th Mini Album ‘SPILL THE FEELS'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/14/469/11614469_20241014104803_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "145tqlcE6YFsjNfxi9K3AE", + "trackUri": "spotify:track:145tqlcE6YFsjNfxi9K3AE", + "danceability": 0.87, + "valence": 0.789 + }, + { + "songId": "37248285", + "rank": 78, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "From", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1UyrFk2u0Asqmys76trMLi", + "trackUri": "spotify:track:1UyrFk2u0Asqmys76trMLi", + "danceability": 0.514, + "valence": 0.105 + }, + { + "songId": "32872978", + "rank": 79, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Dynamite", + "artist": "방탄소년단", + "album": "Dynamite (DayTime Version)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/104/79/150/10479150_20200918102847_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "72IwoG8tqvIWV10IHjpNNA", + "trackUri": "spotify:track:72IwoG8tqvIWV10IHjpNNA", + "danceability": 0.746, + "valence": 0.737 + }, + { + "songId": "35454425", + "rank": 80, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Attention", + "artist": "NewJeans", + "album": "NewJeans 1st EP 'New Jeans'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/110/11/565/11011565_20220801102637_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2pIUpMhHL6L9Z5lnKxJJr9", + "trackUri": "spotify:track:2pIUpMhHL6L9Z5lnKxJJr9", + "danceability": 0.811, + "valence": 0.695 + }, + { + "songId": "30244931", + "rank": 81, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "봄날", + "artist": "방탄소년단", + "album": "YOU NEVER WALK ALONE", + "image": "https://cdnimg.melon.co.kr/cm/album/images/100/37/969/10037969_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "16LATbHXLu0gh8MCw1hUGl", + "trackUri": "spotify:track:16LATbHXLu0gh8MCw1hUGl", + "danceability": 0.539, + "valence": 0.462 + }, + { + "songId": "38161297", + "rank": 82, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "DRIP", + "artist": "BABYMONSTER", + "album": "DRIP", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/29/208/11629208_20241101103249_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "198zDKzyktXRG1PGpidY9h", + "trackUri": "spotify:track:198zDKzyktXRG1PGpidY9h", + "danceability": 0.862, + "valence": 0.704 + }, + { + "songId": "36717264", + "rank": 83, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Get A Guitar", + "artist": "RIIZE", + "album": "Get A Guitar", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/09/832/11309832_20230904111501_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4H65EdACzwqV8sTt3dDyA0", + "trackUri": "spotify:track:4H65EdACzwqV8sTt3dDyA0", + "danceability": 0.9, + "valence": 0.895 + }, + { + "songId": "37491072", + "rank": 84, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "온기", + "artist": "임영웅", + "album": "온기", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/81/211/11481211_20240503151321_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "3vnaEaDxMKdBhqA1t0uAwl", + "trackUri": "spotify:track:3vnaEaDxMKdBhqA1t0uAwl", + "danceability": 0.354, + "valence": 0.342 + }, + { + "songId": "36502910", + "rank": 85, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "모래 알갱이", + "artist": "임영웅", + "album": "모래 알갱이", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/58/233/11258233_20230605094802_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4WUpMUjdoi47LY7gBQBXe3", + "trackUri": "spotify:track:4WUpMUjdoi47LY7gBQBXe3", + "danceability": 0.557, + "valence": 0.112 + }, + { + "songId": "37667860", + "rank": 86, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내가 S면 넌 나의 N이 되어줘", + "artist": "TWS (투어스)", + "album": "TWS 2nd Mini Album ‘SUMMER BEAT!’", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/05/319/11505319_20240624143253_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2y8vRHEoz15sYDmxyrDePO", + "trackUri": "spotify:track:2y8vRHEoz15sYDmxyrDePO", + "danceability": 0.789, + "valence": 0.884 + }, + { + "songId": "35008524", + "rank": 87, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "다시 만날 수 있을까", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2RLdkXSaiQjRbey5pvP8Kt", + "trackUri": "spotify:track:2RLdkXSaiQjRbey5pvP8Kt", + "danceability": 0.401, + "valence": 0.327 + }, + { + "songId": "32508053", + "rank": 88, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "이제 나만 믿어요", + "artist": "임영웅", + "album": "내일은 미스터트롯 우승자 특전곡", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/104/12/319/10412319_20200403103006_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4zCcKPm03kHARVAiyzlDX8", + "trackUri": "spotify:track:4zCcKPm03kHARVAiyzlDX8", + "danceability": 0.273, + "valence": 0.26 + }, + { + "songId": "36599950", + "rank": 89, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Super Shy", + "artist": "NewJeans", + "album": "NewJeans 2nd EP 'Get Up'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/81/456/11281456_20230706180841_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5sdQOyqq2IDhvmx2lHOpwd", + "trackUri": "spotify:track:5sdQOyqq2IDhvmx2lHOpwd", + "danceability": 0.776, + "valence": 0.515 + }, + { + "songId": "37491071", + "rank": 90, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Home", + "artist": "임영웅", + "album": "온기", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/81/211/11481211_20240503151321_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2PlsVMcOn6ujc2UEYs2Yat", + "trackUri": "spotify:track:2PlsVMcOn6ujc2UEYs2Yat", + "danceability": 0.586, + "valence": 0.407 + }, + { + "songId": "37248282", + "rank": 91, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Watch Me Woo!", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "1NubJcJa12xLssOkQfWZDZ", + "trackUri": "spotify:track:1NubJcJa12xLssOkQfWZDZ", + "danceability": 0.634, + "valence": 0.777 + }, + { + "songId": "33855085", + "rank": 92, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "가까운 듯 먼 그대여", + "artist": "카더가든", + "album": "가까운 듯 먼 그대여", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/106/92/255/10692255_20210825184324_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "7wLJ4xzxNss5abZ1kXs242", + "trackUri": "spotify:track:7wLJ4xzxNss5abZ1kXs242", + "danceability": 0.602, + "valence": 0.169 + }, + { + "songId": "4352438", + "rank": 93, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "첫 눈", + "artist": "EXO", + "album": "겨울 스페셜 앨범 '12월의 기적 (Miracles In December)'", + "image": "https://cdnimg.melon.co.kr/cm/album/images/022/19/671/2219671_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2VNpT9fRk1kyksT0S4coZR", + "trackUri": "spotify:track:2VNpT9fRk1kyksT0S4coZR", + "danceability": 0.636, + "valence": 0.814 + }, + { + "songId": "37248284", + "rank": 94, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "버추얼 아이돌", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "4mMtn8zhy4IaOwzNCgSbCT", + "trackUri": "spotify:track:4mMtn8zhy4IaOwzNCgSbCT", + "danceability": 0.857, + "valence": 0.655 + }, + { + "songId": "35008525", + "rank": 95, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "무지개", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "50xSycnGMDy0Wg5jJcOv3S", + "trackUri": "spotify:track:50xSycnGMDy0Wg5jJcOv3S", + "danceability": 0.641, + "valence": 0.616 + }, + { + "songId": "36855841", + "rank": 96, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Do or Die", + "artist": "임영웅", + "album": "Do or Die", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/40/391/11340391_20231006154621_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "21ewxM3YvcdTj7cC0XwznO", + "trackUri": "spotify:track:21ewxM3YvcdTj7cC0XwznO", + "danceability": 0.599, + "valence": 0.664 + }, + { + "songId": "37973745", + "rank": 97, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "MEOW", + "artist": "MEOVV (미야오)", + "album": "MEOW", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/86/554/11586554_20240906095540_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "72gPDy1zVt95zVNali0IhK", + "trackUri": "spotify:track:72gPDy1zVt95zVNali0IhK", + "danceability": 0.809, + "valence": 0.578 + }, + { + "songId": "35834583", + "rank": 98, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "London Boy", + "artist": "임영웅", + "album": "Polaroid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/02/375/11102375_20221115101140_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "6auT8cRBu3BgPRBrdVBY15", + "trackUri": "spotify:track:6auT8cRBu3BgPRBrdVBY15", + "danceability": 0.507, + "valence": 0.663 + }, + { + "songId": "37194943", + "rank": 99, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "밤양갱", + "artist": "비비 (BIBI)", + "album": "밤양갱", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/15/997/11415997_20240226162412_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "5juCu4WFTFRZ2XilopAMTy", + "trackUri": "spotify:track:5juCu4WFTFRZ2XilopAMTy", + "danceability": 0.455, + "valence": 0.743 + }, + { + "songId": "35834584", + "rank": 100, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Polaroid", + "artist": "임영웅", + "album": "Polaroid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/02/375/11102375_20221115101140_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": "2tA3NP12r4niSRhb9Y6AoY", + "trackUri": "spotify:track:2tA3NP12r4niSRhb9Y6AoY", + "danceability": 0.698, + "valence": 0.513 + } + ], + "missingTracks": [] +} diff --git a/data/top100-20241120.json b/data/top100-20241120.json new file mode 100644 index 0000000..9ac15ea --- /dev/null +++ b/data/top100-20241120.json @@ -0,0 +1,1412 @@ +{ + "chartType": "top100", + "dateLastUpdated": "2024-11-20", + "timeLastUpdated": "14:00:00", + "periodFrom": null, + "periodTo": null, + "year": null, + "month": null, + "items": [ + { + "songId": "38120327", + "rank": 1, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "APT.", + "artist": "로제 (ROSÉ)", + "album": "APT.", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/19/809/11619809_20241018103507_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38123332", + "rank": 2, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Whiplash", + "artist": "aespa", + "album": "Whiplash - The 5th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/540/11620540_20241018183208_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38164895", + "rank": 3, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "POWER", + "artist": "G-DRAGON", + "album": "POWER", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/30/124/11630124_20241031100530_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38077932", + "rank": 4, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "UP (KARINA Solo)", + "artist": "aespa", + "album": "SYNK : PARALLEL LINE - Special Digital Single", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/10/170/11610170_20241008143002_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37323944", + "rank": 5, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "HAPPY", + "artist": "DAY6 (데이식스)", + "album": "Fourever", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/44/397/11444397_20240318115810_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38087937", + "rank": 6, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Mantra", + "artist": "제니 (JENNIE)", + "album": "Mantra", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/12/674/11612674_20241010154851_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38022274", + "rank": 7, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내 이름 맑음", + "artist": "QWER", + "album": "2nd Mini Album 'Algorithm's Blossom'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/80/909/11580909_20240923131754_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38104031", + "rank": 8, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내게 사랑이 뭐냐고 물어본다면", + "artist": "로이킴", + "album": "내게 사랑이 뭐냐고 물어본다면", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/16/312/11616312_20241015135802_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37323943", + "rank": 9, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Welcome to the Show", + "artist": "DAY6 (데이식스)", + "album": "Fourever", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/44/397/11444397_20240318115810_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38123338", + "rank": 10, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "나는 반딧불", + "artist": "황가람", + "album": "나는 반딧불", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/541/11620541_20241018183253_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37524037", + "rank": 11, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Supernova", + "artist": "aespa", + "album": "Armageddon - The 1st Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/87/023/11487023_20240527154018_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "31927275", + "rank": 12, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "한 페이지가 될 수 있게", + "artist": "DAY6 (데이식스)", + "album": "The Book of Us : Gravity", + "image": "https://cdnimg.melon.co.kr/cm/album/images/103/07/346/10307346_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "32061975", + "rank": 13, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "어떻게 이별까지 사랑하겠어, 널 사랑하는 거지", + "artist": "AKMU (악뮤)", + "album": "항해", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/103/31/947/10331947_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37390939", + "rank": 14, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "소나기", + "artist": "이클립스 (ECLIPSE)", + "album": "선재 업고 튀어 OST Part 1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/59/325/11459325_20240405171054_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37907939", + "rank": 15, + "rankStatus": "down", + "rankStatusValue": 2, + "title": "Pump Up The Volume!", + "artist": "PLAVE", + "album": "Pump Up The Volume!", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/70/634/11570634_20240820095436_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34061322", + "rank": 16, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "사랑은 늘 도망가", + "artist": "임영웅", + "album": "신사와 아가씨 OST Part.2", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/107/35/654/10735654_20211008114339_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248283", + "rank": 17, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "WAY 4 LUV", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37884934", + "rank": 18, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Supersonic", + "artist": "프로미스나인", + "album": "Supersonic", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/64/698/11564698_20240812100922_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37228861", + "rank": 19, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "천상연", + "artist": "이창섭", + "album": "천상연 (웹툰 '선녀외전' X 이창섭 (LEE CHANGSUB))", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/21/941/11421941_20240220105008_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "30232719", + "rank": 20, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "예뻤어", + "artist": "DAY6 (데이식스)", + "album": "Every DAY6 February", + "image": "https://cdnimg.melon.co.kr/cm/album/images/100/36/099/10036099_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38092594", + "rank": 21, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "달랐을까", + "artist": "PLAVE", + "album": "나의 해리에게 OST Part.4", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/13/772/11613772_20241011150204_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37373234", + "rank": 22, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "고민중독", + "artist": "QWER", + "album": "1st Mini Album 'MANITO'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/54/681/11454681_20240328174504_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248285", + "rank": 23, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "From", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37563682", + "rank": 24, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "How Sweet", + "artist": "NewJeans", + "album": "How Sweet", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/749/11475749_20240524105642_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37069064", + "rank": 25, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "슬픈 초대장", + "artist": "순순희(지환)", + "album": "슬픈 초대장", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/86/568/11386568_20231218192452_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34908740", + "rank": 26, + "rankStatus": "down", + "rankStatusValue": 3, + "title": "우리들의 블루스", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248286", + "rank": 27, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "우리 영화", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37491072", + "rank": 28, + "rankStatus": "down", + "rankStatusValue": 4, + "title": "온기", + "artist": "임영웅", + "album": "온기", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/81/211/11481211_20240503151321_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37145732", + "rank": 29, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "Love wins all", + "artist": "아이유", + "album": "The Winning", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/04/142/11404142_20240220141548_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36397952", + "rank": 30, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "Drowning", + "artist": "WOODZ", + "album": "OO-LI", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/83/506/11183506_20230426141236_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37946921", + "rank": 31, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "녹아내려요", + "artist": "DAY6 (데이식스)", + "album": "Band Aid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/80/616/11580616_20240830171855_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37491071", + "rank": 32, + "rankStatus": "down", + "rankStatusValue": 4, + "title": "Home", + "artist": "임영웅", + "album": "온기", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/81/211/11481211_20240503151321_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248284", + "rank": 33, + "rankStatus": "down", + "rankStatusValue": 2, + "title": "버추얼 아이돌", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37657039", + "rank": 34, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "Small girl (feat. 도경수(D.O.))", + "artist": "이영지", + "album": "16 Fantasy", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/17/951/11517951_20240620173412_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36502910", + "rank": 35, + "rankStatus": "down", + "rankStatusValue": 5, + "title": "모래 알갱이", + "artist": "임영웅", + "album": "모래 알갱이", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/58/233/11258233_20230605094802_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248282", + "rank": 36, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "Watch Me Woo!", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35008524", + "rank": 37, + "rankStatus": "down", + "rankStatusValue": 2, + "title": "다시 만날 수 있을까", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37138469", + "rank": 38, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "나는 아픈 건 딱 질색이니까", + "artist": "(여자)아이들", + "album": "2", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/02/655/11402655_20240129121016_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36699489", + "rank": 39, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))", + "artist": "너드커넥션 (Nerd Connection)", + "album": "그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/05/759/11305759_20230814111006_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "32508053", + "rank": 40, + "rankStatus": "down", + "rankStatusValue": 4, + "title": "이제 나만 믿어요", + "artist": "임영웅", + "album": "내일은 미스터트롯 우승자 특전곡", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/104/12/319/10412319_20200403103006_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "4446485", + "rank": 41, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "너의 모든 순간", + "artist": "성시경", + "album": "별에서 온 그대 OST Part.7", + "image": "https://cdnimg.melon.co.kr/cm/album/images/022/32/505/2232505_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37737619", + "rank": 42, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "클락션 (Klaxon)", + "artist": "(여자)아이들", + "album": "I SWAY", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/33/515/11533515_20240708112323_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36855841", + "rank": 43, + "rankStatus": "down", + "rankStatusValue": 5, + "title": "Do or Die", + "artist": "임영웅", + "album": "Do or Die", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/40/391/11340391_20231006154621_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38222733", + "rank": 44, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "Letter To Myself", + "artist": "태연 (TAEYEON)", + "album": "Letter To Myself - The 6th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/43/441/11643441_20241115182004_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37140709", + "rank": 45, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "첫 만남은 계획대로 되지 않아", + "artist": "TWS (투어스)", + "album": "TWS 1st Mini Album ‘Sparkling Blue’", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/91/902/11391902_20240122132041_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36382580", + "rank": 46, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "헤어지자 말해요", + "artist": "박재정", + "album": "1집 Alone", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/27/533/11227533_20230419162238_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37347911", + "rank": 47, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "Magnetic", + "artist": "아일릿(ILLIT)", + "album": "SUPER REAL ME", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/50/069/11450069_20240325110702_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35008525", + "rank": 48, + "rankStatus": "down", + "rankStatusValue": 7, + "title": "무지개", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35834584", + "rank": 49, + "rankStatus": "down", + "rankStatusValue": 9, + "title": "Polaroid", + "artist": "임영웅", + "album": "Polaroid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/02/375/11102375_20221115101140_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37053556", + "rank": 50, + "rankStatus": "up", + "rankStatusValue": 4, + "title": "에피소드", + "artist": "이무진", + "album": "에피소드", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/82/987/11382987_20231212165916_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35834583", + "rank": 51, + "rankStatus": "down", + "rankStatusValue": 9, + "title": "London Boy", + "artist": "임영웅", + "album": "Polaroid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/02/375/11102375_20221115101140_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "31666417", + "rank": 52, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "주저하는 연인들을 위해", + "artist": "잔나비", + "album": "전설", + "image": "https://cdnimg.melon.co.kr/cm/album/images/102/60/858/10260858_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248287", + "rank": 53, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "Merry PLLIstmas", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37524038", + "rank": 54, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "Armageddon", + "artist": "aespa", + "album": "Armageddon - The 1st Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/87/023/11487023_20240527154018_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37693124", + "rank": 55, + "rankStatus": "down", + "rankStatusValue": 3, + "title": "Sticky", + "artist": "KISS OF LIFE", + "album": "Sticky", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/25/661/11525661_20240628155508_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37023625", + "rank": 56, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "비의 랩소디", + "artist": "임재현", + "album": "비의 랩소디", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/76/816/11376816_20231201120653_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35008534", + "rank": 57, + "rankStatus": "down", + "rankStatusValue": 6, + "title": "인생찬가", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36617841", + "rank": 58, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "Seven (feat. Latto) - Clean Ver.", + "artist": "정국", + "album": "Seven (feat. Latto) - Clean Ver.", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/86/070/11286070_20230713181059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37659322", + "rank": 59, + "rankStatus": "down", + "rankStatusValue": 3, + "title": "Supernatural", + "artist": "NewJeans", + "album": "Supernatural", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/14/014/11514014_20240621110830_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37344905", + "rank": 60, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "미안해 미워해 사랑해", + "artist": "Crush", + "album": "눈물의 여왕 OST Part.4", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/49/278/11449278_20240322170237_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "30962526", + "rank": 61, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "모든 날, 모든 순간 (Every day, Every Moment)", + "artist": "폴킴", + "album": "'키스 먼저 할까요?' OST Part.3", + "image": "https://cdnimg.melon.co.kr/cm/album/images/101/49/492/10149492_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34451383", + "rank": 62, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "인사", + "artist": "범진", + "album": "인사", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/21/699/10821699_20231205103724_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35008532", + "rank": 63, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "연애편지", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "33496587", + "rank": 64, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "다정히 내 이름을 부르면", + "artist": "경서예지", + "album": "다정히 내 이름을 부르면 (경서예지 x 전건호)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/106/10/525/10610525_20210518143433_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35945927", + "rank": 65, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "Ditto", + "artist": "NewJeans", + "album": "NewJeans 'OMG'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/27/145/11127145_20231213133532_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38071559", + "rank": 66, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "청춘만화", + "artist": "이무진", + "album": "만화 (滿花)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/08/521/11608521_20241004161722_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35454426", + "rank": 67, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "Hype Boy", + "artist": "NewJeans", + "album": "NewJeans 1st EP 'New Jeans'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/110/11/565/11011565_20220801102637_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38123775", + "rank": 68, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "Cherish (My Love)", + "artist": "아일릿(ILLIT)", + "album": "I’LL LIKE YOU", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/616/11620616_20241021095654_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37460832", + "rank": 69, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "SPOT! (feat. JENNIE)", + "artist": "지코 (ZICO)", + "album": "SPOT!", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/74/894/11474894_20240426103349_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37463572", + "rank": 70, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "해야 (HEYA)", + "artist": "IVE (아이브)", + "album": "IVE SWITCH", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/530/11475530_20240430093854_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37464459", + "rank": 71, + "rankStatus": "up", + "rankStatusValue": 3, + "title": "Bubble Gum", + "artist": "NewJeans", + "album": "How Sweet", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/749/11475749_20240524105642_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38068560", + "rank": 72, + "rankStatus": "down", + "rankStatusValue": 4, + "title": "Igloo", + "artist": "KISS OF LIFE", + "album": "Lose Yourself", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/07/747/11607747_20241015110919_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "7844374", + "rank": 73, + "rankStatus": "down", + "rankStatusValue": 3, + "title": "Congratulations", + "artist": "DAY6 (데이식스)", + "album": "The Day", + "image": "https://cdnimg.melon.co.kr/cm/album/images/026/38/778/2638778_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36356993", + "rank": 74, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "I AM", + "artist": "IVE (아이브)", + "album": "I've IVE", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/11/297/11211297_20230410151046_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37375706", + "rank": 75, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "청혼하지 않을 이유를 못 찾았어", + "artist": "이무진", + "album": "청혼하지 않을 이유를 못 찾았어", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/55/285/11455285_20240401151801_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34657844", + "rank": 76, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "사랑인가 봐", + "artist": "멜로망스", + "album": "사랑인가 봐 (사내맞선 OST 스페셜 트랙)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/71/162/10871162_20220217162422_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34431086", + "rank": 77, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "취중고백", + "artist": "김민석", + "album": "취중고백", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/16/959/10816959_20211217144957_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38048464", + "rank": 78, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "네모네모", + "artist": "YENA (최예나)", + "album": "네모네모", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/03/345/11603345_20240927114551_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35008530", + "rank": 79, + "rankStatus": "down", + "rankStatusValue": 8, + "title": "보금자리", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37003911", + "rank": 80, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "To. X", + "artist": "태연 (TAEYEON)", + "album": "To. X - The 5th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/72/896/11372896_20231127104957_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37640352", + "rank": 81, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "Boom Boom Bass", + "artist": "RIIZE", + "album": "RIIZING - The 1st Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/56/179/11456179_20240617152303_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34819473", + "rank": 82, + "rankStatus": "up", + "rankStatusValue": 5, + "title": "사건의 지평선", + "artist": "윤하 (YOUNHA)", + "album": "YOUNHA 6th Album Repackage 'END THEORY : Final Edition'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/03/868/10903868_20220330103544_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "32872978", + "rank": 83, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "Dynamite", + "artist": "방탄소년단", + "album": "Dynamite (DayTime Version)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/104/79/150/10479150_20200918102847_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38195515", + "rank": 84, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "너와의 모든 지금", + "artist": "재쓰비 (JAESSBEE)", + "album": "너와의 모든 지금", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/37/218/11637218_20241108150236_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38095946", + "rank": 85, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "LOVE, MONEY, FAME (feat. DJ Khaled)", + "artist": "세븐틴 (SEVENTEEN)", + "album": "SEVENTEEN 12th Mini Album ‘SPILL THE FEELS'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/14/469/11614469_20241014104803_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "30244931", + "rank": 86, + "rankStatus": "down", + "rankStatusValue": 2, + "title": "봄날", + "artist": "방탄소년단", + "album": "YOU NEVER WALK ALONE", + "image": "https://cdnimg.melon.co.kr/cm/album/images/100/37/969/10037969_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36616378", + "rank": 87, + "rankStatus": "up", + "rankStatusValue": 2, + "title": "사막에서 꽃을 피우듯", + "artist": "우디 (Woody)", + "album": "사막에서 꽃을 피우듯", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/85/867/11285867_20230713162404_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38221779", + "rank": 88, + "rankStatus": "down", + "rankStatusValue": 8, + "title": "멈추지 않아", + "artist": "PLAVE", + "album": "열혈사제2 OST Part.2", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/43/210/11643210_20241115161055_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37098744", + "rank": 89, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "Love 119", + "artist": "RIIZE", + "album": "Love 119", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/94/065/11394065_20240104151541_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36956630", + "rank": 90, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "Drama", + "artist": "aespa", + "album": "Drama - The 4th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/62/544/11362544_20231110142622_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37900204", + "rank": 91, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "별별별 (See that?)", + "artist": "NMIXX", + "album": "Fe3O4: STICK OUT", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/68/571/11568571_20240814180403_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36110996", + "rank": 92, + "rankStatus": "down", + "rankStatusValue": 2, + "title": "파이팅 해야지 (Feat. 이영지)", + "artist": "부석순 (SEVENTEEN)", + "album": "부석순 1st Single Album 'SECOND WIND'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/66/539/11166539_20230207143921_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37635628", + "rank": 93, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "오래된 노래", + "artist": "허각", + "album": "오래된 노래", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/13/169/11513169_20240614150349_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36635522", + "rank": 94, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "ETA", + "artist": "NewJeans", + "album": "NewJeans 2nd EP 'Get Up'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/81/456/11281456_20230706180841_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35640751", + "rank": 95, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "I Don't Think That I Like Her", + "artist": "Charlie Puth", + "album": "CHARLIE", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/44/485/10844485_20221006154824_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38161297", + "rank": 96, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "DRIP", + "artist": "BABYMONSTER", + "album": "DRIP", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/29/208/11629208_20241101103249_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37820769", + "rank": 97, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "플러팅", + "artist": "황인욱", + "album": "플러팅", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/51/069/11551069_20240725152601_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36717264", + "rank": 98, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Get A Guitar", + "artist": "RIIZE", + "album": "Get A Guitar", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/09/832/11309832_20230904111501_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35454425", + "rank": 99, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Attention", + "artist": "NewJeans", + "album": "NewJeans 1st EP 'New Jeans'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/110/11/565/11011565_20220801102637_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37667860", + "rank": 100, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내가 S면 넌 나의 N이 되어줘", + "artist": "TWS (투어스)", + "album": "TWS 2nd Mini Album ‘SUMMER BEAT!’", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/05/319/11505319_20240624143253_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + } + ], + "missingTracks": [] +} diff --git a/data/top100-20241121.json b/data/top100-20241121.json new file mode 100644 index 0000000..dd88eec --- /dev/null +++ b/data/top100-20241121.json @@ -0,0 +1,1412 @@ +{ + "chartType": "top100", + "dateLastUpdated": "2024-11-21", + "timeLastUpdated": "05:00:00", + "periodFrom": null, + "periodTo": null, + "year": null, + "month": null, + "items": [ + { + "songId": "38120327", + "rank": 1, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "APT.", + "artist": "로제 (ROSÉ)", + "album": "APT.", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/19/809/11619809_20241018103507_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38123332", + "rank": 2, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Whiplash", + "artist": "aespa", + "album": "Whiplash - The 5th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/540/11620540_20241018183208_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38164895", + "rank": 3, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "POWER", + "artist": "G-DRAGON", + "album": "POWER", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/30/124/11630124_20241031100530_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38077932", + "rank": 4, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "UP (KARINA Solo)", + "artist": "aespa", + "album": "SYNK : PARALLEL LINE - Special Digital Single", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/10/170/11610170_20241008143002_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37323944", + "rank": 5, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "HAPPY", + "artist": "DAY6 (데이식스)", + "album": "Fourever", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/44/397/11444397_20240318115810_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38087937", + "rank": 6, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Mantra", + "artist": "제니 (JENNIE)", + "album": "Mantra", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/12/674/11612674_20241010154851_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38022274", + "rank": 7, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내 이름 맑음", + "artist": "QWER", + "album": "2nd Mini Album 'Algorithm's Blossom'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/80/909/11580909_20240923131754_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38104031", + "rank": 8, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내게 사랑이 뭐냐고 물어본다면", + "artist": "로이킴", + "album": "내게 사랑이 뭐냐고 물어본다면", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/16/312/11616312_20241015135802_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37323943", + "rank": 9, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Welcome to the Show", + "artist": "DAY6 (데이식스)", + "album": "Fourever", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/44/397/11444397_20240318115810_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38123338", + "rank": 10, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "나는 반딧불", + "artist": "황가람", + "album": "나는 반딧불", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/541/11620541_20241018183253_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37524037", + "rank": 11, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Supernova", + "artist": "aespa", + "album": "Armageddon - The 1st Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/87/023/11487023_20240527154018_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "31927275", + "rank": 12, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "한 페이지가 될 수 있게", + "artist": "DAY6 (데이식스)", + "album": "The Book of Us : Gravity", + "image": "https://cdnimg.melon.co.kr/cm/album/images/103/07/346/10307346_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "32061975", + "rank": 13, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "어떻게 이별까지 사랑하겠어, 널 사랑하는 거지", + "artist": "AKMU (악뮤)", + "album": "항해", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/103/31/947/10331947_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37390939", + "rank": 14, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "소나기", + "artist": "이클립스 (ECLIPSE)", + "album": "선재 업고 튀어 OST Part 1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/59/325/11459325_20240405171054_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37228861", + "rank": 15, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "천상연", + "artist": "이창섭", + "album": "천상연 (웹툰 '선녀외전' X 이창섭 (LEE CHANGSUB))", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/21/941/11421941_20240220105008_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37884934", + "rank": 16, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Supersonic", + "artist": "프로미스나인", + "album": "Supersonic", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/64/698/11564698_20240812100922_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "30232719", + "rank": 17, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "예뻤어", + "artist": "DAY6 (데이식스)", + "album": "Every DAY6 February", + "image": "https://cdnimg.melon.co.kr/cm/album/images/100/36/099/10036099_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37373234", + "rank": 18, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "고민중독", + "artist": "QWER", + "album": "1st Mini Album 'MANITO'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/54/681/11454681_20240328174504_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37069064", + "rank": 19, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "슬픈 초대장", + "artist": "순순희(지환)", + "album": "슬픈 초대장", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/86/568/11386568_20231218192452_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37563682", + "rank": 20, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "How Sweet", + "artist": "NewJeans", + "album": "How Sweet", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/749/11475749_20240524105642_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37145732", + "rank": 21, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Love wins all", + "artist": "아이유", + "album": "The Winning", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/04/142/11404142_20240220141548_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37946921", + "rank": 22, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "녹아내려요", + "artist": "DAY6 (데이식스)", + "album": "Band Aid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/80/616/11580616_20240830171855_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37657039", + "rank": 23, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Small girl (feat. 도경수(D.O.))", + "artist": "이영지", + "album": "16 Fantasy", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/17/951/11517951_20240620173412_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36397952", + "rank": 24, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Drowning", + "artist": "WOODZ", + "album": "OO-LI", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/83/506/11183506_20230426141236_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36699489", + "rank": 25, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))", + "artist": "너드커넥션 (Nerd Connection)", + "album": "그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/05/759/11305759_20230814111006_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37138469", + "rank": 26, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "나는 아픈 건 딱 질색이니까", + "artist": "(여자)아이들", + "album": "2", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/02/655/11402655_20240129121016_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "4446485", + "rank": 27, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "너의 모든 순간", + "artist": "성시경", + "album": "별에서 온 그대 OST Part.7", + "image": "https://cdnimg.melon.co.kr/cm/album/images/022/32/505/2232505_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37737619", + "rank": 28, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "클락션 (Klaxon)", + "artist": "(여자)아이들", + "album": "I SWAY", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/33/515/11533515_20240708112323_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37140709", + "rank": 29, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "첫 만남은 계획대로 되지 않아", + "artist": "TWS (투어스)", + "album": "TWS 1st Mini Album ‘Sparkling Blue’", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/91/902/11391902_20240122132041_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36382580", + "rank": 30, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "헤어지자 말해요", + "artist": "박재정", + "album": "1집 Alone", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/27/533/11227533_20230419162238_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37347911", + "rank": 31, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Magnetic", + "artist": "아일릿(ILLIT)", + "album": "SUPER REAL ME", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/50/069/11450069_20240325110702_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "31666417", + "rank": 32, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "주저하는 연인들을 위해", + "artist": "잔나비", + "album": "전설", + "image": "https://cdnimg.melon.co.kr/cm/album/images/102/60/858/10260858_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37053556", + "rank": 33, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "에피소드", + "artist": "이무진", + "album": "에피소드", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/82/987/11382987_20231212165916_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37693124", + "rank": 34, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Sticky", + "artist": "KISS OF LIFE", + "album": "Sticky", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/25/661/11525661_20240628155508_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37023625", + "rank": 35, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "비의 랩소디", + "artist": "임재현", + "album": "비의 랩소디", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/76/816/11376816_20231201120653_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34061322", + "rank": 36, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "사랑은 늘 도망가", + "artist": "임영웅", + "album": "신사와 아가씨 OST Part.2", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/107/35/654/10735654_20211008114339_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37524038", + "rank": 37, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Armageddon", + "artist": "aespa", + "album": "Armageddon - The 1st Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/87/023/11487023_20240527154018_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37659322", + "rank": 38, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Supernatural", + "artist": "NewJeans", + "album": "Supernatural", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/14/014/11514014_20240621110830_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "30962526", + "rank": 39, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "모든 날, 모든 순간 (Every day, Every Moment)", + "artist": "폴킴", + "album": "'키스 먼저 할까요?' OST Part.3", + "image": "https://cdnimg.melon.co.kr/cm/album/images/101/49/492/10149492_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37344905", + "rank": 40, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "미안해 미워해 사랑해", + "artist": "Crush", + "album": "눈물의 여왕 OST Part.4", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/49/278/11449278_20240322170237_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34451383", + "rank": 41, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "인사", + "artist": "범진", + "album": "인사", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/21/699/10821699_20231205103724_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37907939", + "rank": 42, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Pump Up The Volume!", + "artist": "PLAVE", + "album": "Pump Up The Volume!", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/70/634/11570634_20240820095436_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "33496587", + "rank": 43, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "다정히 내 이름을 부르면", + "artist": "경서예지", + "album": "다정히 내 이름을 부르면 (경서예지 x 전건호)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/106/10/525/10610525_20210518143433_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38222733", + "rank": 44, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Letter To Myself", + "artist": "태연 (TAEYEON)", + "album": "Letter To Myself - The 6th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/43/441/11643441_20241115182004_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35945927", + "rank": 45, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Ditto", + "artist": "NewJeans", + "album": "NewJeans 'OMG'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/27/145/11127145_20231213133532_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38071559", + "rank": 46, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "청춘만화", + "artist": "이무진", + "album": "만화 (滿花)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/08/521/11608521_20241004161722_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35454426", + "rank": 47, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Hype Boy", + "artist": "NewJeans", + "album": "NewJeans 1st EP 'New Jeans'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/110/11/565/11011565_20220801102637_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37460832", + "rank": 48, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "SPOT! (feat. JENNIE)", + "artist": "지코 (ZICO)", + "album": "SPOT!", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/74/894/11474894_20240426103349_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248283", + "rank": 49, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "WAY 4 LUV", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "7844374", + "rank": 50, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Congratulations", + "artist": "DAY6 (데이식스)", + "album": "The Day", + "image": "https://cdnimg.melon.co.kr/cm/album/images/026/38/778/2638778_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36356993", + "rank": 51, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "I AM", + "artist": "IVE (아이브)", + "album": "I've IVE", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/11/297/11211297_20230410151046_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37463572", + "rank": 52, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "해야 (HEYA)", + "artist": "IVE (아이브)", + "album": "IVE SWITCH", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/530/11475530_20240430093854_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34657844", + "rank": 53, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "사랑인가 봐", + "artist": "멜로망스", + "album": "사랑인가 봐 (사내맞선 OST 스페셜 트랙)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/71/162/10871162_20220217162422_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37464459", + "rank": 54, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Bubble Gum", + "artist": "NewJeans", + "album": "How Sweet", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/75/749/11475749_20240524105642_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34431086", + "rank": 55, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "취중고백", + "artist": "김민석", + "album": "취중고백", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/16/959/10816959_20211217144957_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38068560", + "rank": 56, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Igloo", + "artist": "KISS OF LIFE", + "album": "Lose Yourself", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/07/747/11607747_20241015110919_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38123775", + "rank": 57, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Cherish (My Love)", + "artist": "아일릿(ILLIT)", + "album": "I’LL LIKE YOU", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/20/616/11620616_20241021095654_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37375706", + "rank": 58, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "청혼하지 않을 이유를 못 찾았어", + "artist": "이무진", + "album": "청혼하지 않을 이유를 못 찾았어", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/55/285/11455285_20240401151801_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38048464", + "rank": 59, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "네모네모", + "artist": "YENA (최예나)", + "album": "네모네모", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/03/345/11603345_20240927114551_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37003911", + "rank": 60, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "To. X", + "artist": "태연 (TAEYEON)", + "album": "To. X - The 5th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/72/896/11372896_20231127104957_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38092594", + "rank": 61, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "달랐을까", + "artist": "PLAVE", + "album": "나의 해리에게 OST Part.4", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/13/772/11613772_20241011150204_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34819473", + "rank": 62, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "사건의 지평선", + "artist": "윤하 (YOUNHA)", + "album": "YOUNHA 6th Album Repackage 'END THEORY : Final Edition'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/03/868/10903868_20220330103544_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36617841", + "rank": 63, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Seven (feat. Latto) - Clean Ver.", + "artist": "정국", + "album": "Seven (feat. Latto) - Clean Ver.", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/86/070/11286070_20230713181059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36616378", + "rank": 64, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "사막에서 꽃을 피우듯", + "artist": "우디 (Woody)", + "album": "사막에서 꽃을 피우듯", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/85/867/11285867_20230713162404_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36956630", + "rank": 65, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Drama", + "artist": "aespa", + "album": "Drama - The 4th Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/62/544/11362544_20231110142622_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37900204", + "rank": 66, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "별별별 (See that?)", + "artist": "NMIXX", + "album": "Fe3O4: STICK OUT", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/68/571/11568571_20240814180403_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37640352", + "rank": 67, + "rankStatus": "up", + "rankStatusValue": 1, + "title": "Boom Boom Bass", + "artist": "RIIZE", + "album": "RIIZING - The 1st Mini Album", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/56/179/11456179_20240617152303_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36635522", + "rank": 68, + "rankStatus": "down", + "rankStatusValue": 1, + "title": "ETA", + "artist": "NewJeans", + "album": "NewJeans 2nd EP 'Get Up'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/81/456/11281456_20230706180841_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37635628", + "rank": 69, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "오래된 노래", + "artist": "허각", + "album": "오래된 노래", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/13/169/11513169_20240614150349_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35640751", + "rank": 70, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "I Don't Think That I Like Her", + "artist": "Charlie Puth", + "album": "CHARLIE", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/108/44/485/10844485_20221006154824_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37098744", + "rank": 71, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Love 119", + "artist": "RIIZE", + "album": "Love 119", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/94/065/11394065_20240104151541_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38195515", + "rank": 72, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "너와의 모든 지금", + "artist": "재쓰비 (JAESSBEE)", + "album": "너와의 모든 지금", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/37/218/11637218_20241108150236_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "34908740", + "rank": 73, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "우리들의 블루스", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248286", + "rank": 74, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "우리 영화", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36110996", + "rank": 75, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "파이팅 해야지 (Feat. 이영지)", + "artist": "부석순 (SEVENTEEN)", + "album": "부석순 1st Single Album 'SECOND WIND'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/66/539/11166539_20230207143921_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37820769", + "rank": 76, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "플러팅", + "artist": "황인욱", + "album": "플러팅", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/51/069/11551069_20240725152601_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38095946", + "rank": 77, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "LOVE, MONEY, FAME (feat. DJ Khaled)", + "artist": "세븐틴 (SEVENTEEN)", + "album": "SEVENTEEN 12th Mini Album ‘SPILL THE FEELS'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/14/469/11614469_20241014104803_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248285", + "rank": 78, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "From", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "32872978", + "rank": 79, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Dynamite", + "artist": "방탄소년단", + "album": "Dynamite (DayTime Version)", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/104/79/150/10479150_20200918102847_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35454425", + "rank": 80, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Attention", + "artist": "NewJeans", + "album": "NewJeans 1st EP 'New Jeans'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/110/11/565/11011565_20220801102637_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "30244931", + "rank": 81, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "봄날", + "artist": "방탄소년단", + "album": "YOU NEVER WALK ALONE", + "image": "https://cdnimg.melon.co.kr/cm/album/images/100/37/969/10037969_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "38161297", + "rank": 82, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "DRIP", + "artist": "BABYMONSTER", + "album": "DRIP", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/116/29/208/11629208_20241101103249_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36717264", + "rank": 83, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Get A Guitar", + "artist": "RIIZE", + "album": "Get A Guitar", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/09/832/11309832_20230904111501_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37491072", + "rank": 84, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "온기", + "artist": "임영웅", + "album": "온기", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/81/211/11481211_20240503151321_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36502910", + "rank": 85, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "모래 알갱이", + "artist": "임영웅", + "album": "모래 알갱이", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/58/233/11258233_20230605094802_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37667860", + "rank": 86, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "내가 S면 넌 나의 N이 되어줘", + "artist": "TWS (투어스)", + "album": "TWS 2nd Mini Album ‘SUMMER BEAT!’", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/05/319/11505319_20240624143253_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35008524", + "rank": 87, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "다시 만날 수 있을까", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "32508053", + "rank": 88, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "이제 나만 믿어요", + "artist": "임영웅", + "album": "내일은 미스터트롯 우승자 특전곡", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/104/12/319/10412319_20200403103006_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36599950", + "rank": 89, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Super Shy", + "artist": "NewJeans", + "album": "NewJeans 2nd EP 'Get Up'", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/112/81/456/11281456_20230706180841_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37491071", + "rank": 90, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Home", + "artist": "임영웅", + "album": "온기", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/81/211/11481211_20240503151321_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248282", + "rank": 91, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Watch Me Woo!", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "33855085", + "rank": 92, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "가까운 듯 먼 그대여", + "artist": "카더가든", + "album": "가까운 듯 먼 그대여", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/106/92/255/10692255_20210825184324_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "4352438", + "rank": 93, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "첫 눈", + "artist": "EXO", + "album": "겨울 스페셜 앨범 '12월의 기적 (Miracles In December)'", + "image": "https://cdnimg.melon.co.kr/cm/album/images/022/19/671/2219671_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37248284", + "rank": 94, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "버추얼 아이돌", + "artist": "PLAVE", + "album": "ASTERUM : 134-1", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/27/101/11427101_20240223153059_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35008525", + "rank": 95, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "무지개", + "artist": "임영웅", + "album": "IM HERO", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/109/23/444/10923444_20220502140600_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "36855841", + "rank": 96, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Do or Die", + "artist": "임영웅", + "album": "Do or Die", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/113/40/391/11340391_20231006154621_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37973745", + "rank": 97, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "MEOW", + "artist": "MEOVV (미야오)", + "album": "MEOW", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/115/86/554/11586554_20240906095540_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35834583", + "rank": 98, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "London Boy", + "artist": "임영웅", + "album": "Polaroid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/02/375/11102375_20221115101140_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "37194943", + "rank": 99, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "밤양갱", + "artist": "비비 (BIBI)", + "album": "밤양갱", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/114/15/997/11415997_20240226162412_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + }, + { + "songId": "35834584", + "rank": 100, + "rankStatus": "none", + "rankStatusValue": 0, + "title": "Polaroid", + "artist": "임영웅", + "album": "Polaroid", + "image": "https://cdnimg.melon.co.kr/cm2/album/images/111/02/375/11102375_20221115101140_500.jpg/melon/resize/120/quality/80/optimize", + "trackId": null, + "trackUri": null, + "danceability": null, + "valence": null + } + ], + "missingTracks": [] +} diff --git a/data/tracks.json b/data/tracks.json index c2c96de..2c4cf12 100644 --- a/data/tracks.json +++ b/data/tracks.json @@ -1,4 +1,44 @@ [ + { + "songId": "30461396", + "title": "무제(無題) (Untitled, 2014)", + "artist": "G-DRAGON", + "album": "권지용", + "trackId": "16BS342F89MDqouSxgLaUK", + "trackUri": "spotify:track:16BS342F89MDqouSxgLaUK", + "danceability": 0.583, + "valence": 0.263 + }, + { + "songId": "38242510", + "title": "HOME SWEET HOME (feat. 태양, 대성)", + "artist": "G-DRAGON", + "album": "HOME SWEET HOME (feat. 태양, 대성)", + "trackId": "0Cu8JdYvV9DdmzLzhxaZLH", + "trackUri": "spotify:track:0Cu8JdYvV9DdmzLzhxaZLH", + "danceability": 0.633, + "valence": 0.408 + }, + { + "songId": "38244575", + "title": "number one girl", + "artist": "로제 (ROSÉ)", + "album": "number one girl", + "trackId": "02CrqOYzrJR8fYOffhvRZZ", + "trackUri": "spotify:track:02CrqOYzrJR8fYOffhvRZZ", + "danceability": 0.288, + "valence": 0.135 + }, + { + "songId": "38231442", + "title": "그걸 사랑이라고 말하지마", + "artist": "다비치", + "album": "Stitch", + "trackId": "2FyMzBBr9xI0GL2du2KJsI", + "trackUri": "spotify:track:2FyMzBBr9xI0GL2du2KJsI", + "danceability": 0.438, + "valence": 0.163 + }, { "songId": "38222733", "title": "Letter To Myself",