Compare commits

...

2 Commits

Author SHA1 Message Date
json a7328eed35 git ignore
Remote Server Deploy / run-remote-command (push) Failing after 3m8s
2026-06-18 05:09:16 +00:00
json 33cc9c6105 setting up gitea actions 2026-06-18 05:07:52 +00:00
8 changed files with 1919 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
{"access_token": "BQCYuoK3guV17fxFWjqaTUp_ebRJxd_6WfhHK108Z_ErKi8o62wgGxZHEf9yVeMpzUqfcXheikMwEQcuQZ1KU9VsS4J3MWnMrIZ_xHm7LumHwiAScZ5mIxJNgm-7QpjVRaUU08uV17w", "token_type": "Bearer", "expires_in": 3600, "expires_at": 1781043406} {"access_token": "BQBSGfXZlM9bRxeeWUT11tQG1sfXHs4vLRNsHE12SeNF6E-GMAMnHZT2BOo4dFYqTAxEkKehh2kc2dy-am_k8mPqYoRxdvh3ZKN6SO987-uXQODEWwoIf-5H9QYYzKDv1jdvJSlf2bVj", "token_type": "Bearer", "expires_in": 3600, "expires_at": 1781733710}
+20
View File
@@ -0,0 +1,20 @@
name: Remote Server Deploy
on: [push]
jobs:
run-remote-command:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup SSH
run: |
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -H ${{ secrets.REMOTE_HOST }} >> ~/.ssh/known_hosts
- name: Execute Remote Command
run: |
ssh ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }} "cd /containers/servarr/spotizarr && git pull && docker compose up -d"
+1
View File
@@ -0,0 +1 @@
logs
Binary file not shown.
+1793
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,102 @@
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "initializing"}, "timestamp": 1781637885.3059554}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "timestamp": 1781637885.6606815}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 2141, "progress": 1}, "timestamp": 1781637887.8021052}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 4385, "progress": 2}, "timestamp": 1781637890.0463395}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 6633, "progress": 3}, "timestamp": 1781637892.2945886}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 8881, "progress": 4}, "timestamp": 1781637894.542773}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 11129, "progress": 5}, "timestamp": 1781637896.7903798}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 13377, "progress": 6}, "timestamp": 1781637899.0390935}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 15518, "progress": 7}, "timestamp": 1781637901.1800213}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 17767, "progress": 8}, "timestamp": 1781637903.428197}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 20015, "progress": 9}, "timestamp": 1781637905.6763985}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 22263, "progress": 10}, "timestamp": 1781637907.9245372}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 24511, "progress": 11}, "timestamp": 1781637910.1728067}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 26759, "progress": 12}, "timestamp": 1781637912.4209108}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 28900, "progress": 13}, "timestamp": 1781637914.5619607}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 31148, "progress": 14}, "timestamp": 1781637916.8099704}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 33397, "progress": 15}, "timestamp": 1781637919.058323}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 35645, "progress": 16}, "timestamp": 1781637921.3064942}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 37893, "progress": 17}, "timestamp": 1781637923.554537}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 40034, "progress": 18}, "timestamp": 1781637925.6953394}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 42282, "progress": 19}, "timestamp": 1781637927.94384}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 44651, "progress": 20}, "timestamp": 1781637930.3124774}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 46779, "progress": 21}, "timestamp": 1781637932.4403172}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 49027, "progress": 22}, "timestamp": 1781637934.68838}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 51275, "progress": 23}, "timestamp": 1781637936.9365108}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 53416, "progress": 24}, "timestamp": 1781637939.0774574}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 55664, "progress": 25}, "timestamp": 1781637941.3257825}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 57912, "progress": 26}, "timestamp": 1781637943.573889}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 60160, "progress": 27}, "timestamp": 1781637945.822047}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 62409, "progress": 28}, "timestamp": 1781637948.0703096}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 64657, "progress": 29}, "timestamp": 1781637950.318243}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 66798, "progress": 30}, "timestamp": 1781637952.459501}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 69046, "progress": 31}, "timestamp": 1781637954.707558}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 71294, "progress": 32}, "timestamp": 1781637956.955823}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 73542, "progress": 33}, "timestamp": 1781637959.2038145}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 75790, "progress": 34}, "timestamp": 1781637961.4520683}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 78039, "progress": 35}, "timestamp": 1781637963.6998453}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 80180, "progress": 36}, "timestamp": 1781637965.8413339}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 82428, "progress": 37}, "timestamp": 1781637968.0886695}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 84676, "progress": 38}, "timestamp": 1781637970.3376908}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 86924, "progress": 39}, "timestamp": 1781637972.585825}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 89173, "progress": 40}, "timestamp": 1781637974.834173}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 91421, "progress": 41}, "timestamp": 1781637977.0821705}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 93562, "progress": 42}, "timestamp": 1781637979.2232652}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 95810, "progress": 43}, "timestamp": 1781637981.4714146}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 98058, "progress": 44}, "timestamp": 1781637983.719733}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 100306, "progress": 45}, "timestamp": 1781637985.9677827}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 102554, "progress": 46}, "timestamp": 1781637988.2159483}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 104802, "progress": 47}, "timestamp": 1781637990.464041}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 106944, "progress": 48}, "timestamp": 1781637992.6053004}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 109192, "progress": 49}, "timestamp": 1781637994.8534408}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 111440, "progress": 50}, "timestamp": 1781637997.1016316}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 113688, "progress": 51}, "timestamp": 1781637999.349647}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 115936, "progress": 52}, "timestamp": 1781638001.597806}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 118184, "progress": 53}, "timestamp": 1781638003.8459268}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 120326, "progress": 54}, "timestamp": 1781638005.9870036}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 122574, "progress": 55}, "timestamp": 1781638008.2352269}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 124822, "progress": 56}, "timestamp": 1781638010.4835305}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 127070, "progress": 57}, "timestamp": 1781638012.7316558}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 129318, "progress": 58}, "timestamp": 1781638014.9794228}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 131566, "progress": 59}, "timestamp": 1781638017.2279084}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 133786, "progress": 60}, "timestamp": 1781638019.4471695}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 135956, "progress": 61}, "timestamp": 1781638021.6172438}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 138204, "progress": 62}, "timestamp": 1781638023.865387}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 140557, "progress": 63}, "timestamp": 1781638026.2178016}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 142700, "progress": 64}, "timestamp": 1781638028.3616192}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 144948, "progress": 65}, "timestamp": 1781638030.609895}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 147089, "progress": 66}, "timestamp": 1781638032.75099}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 149337, "progress": 67}, "timestamp": 1781638034.9990687}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 151586, "progress": 68}, "timestamp": 1781638037.2471998}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 153834, "progress": 69}, "timestamp": 1781638039.4953535}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 156082, "progress": 70}, "timestamp": 1781638041.743424}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 158223, "progress": 71}, "timestamp": 1781638043.8848433}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 160471, "progress": 72}, "timestamp": 1781638046.132825}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 162719, "progress": 73}, "timestamp": 1781638048.381033}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 164968, "progress": 74}, "timestamp": 1781638050.6291919}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 167216, "progress": 75}, "timestamp": 1781638052.8773384}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 169464, "progress": 76}, "timestamp": 1781638055.1255102}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 171605, "progress": 77}, "timestamp": 1781638057.2665586}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 173853, "progress": 78}, "timestamp": 1781638059.5147798}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 176101, "progress": 79}, "timestamp": 1781638061.76286}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 178349, "progress": 80}, "timestamp": 1781638064.0110056}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 180598, "progress": 81}, "timestamp": 1781638066.2592602}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 182846, "progress": 82}, "timestamp": 1781638068.5074224}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 185037, "progress": 83}, "timestamp": 1781638070.6986217}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 187235, "progress": 84}, "timestamp": 1781638072.8967361}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 189483, "progress": 85}, "timestamp": 1781638075.1448863}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 191731, "progress": 86}, "timestamp": 1781638077.3928943}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 193979, "progress": 87}, "timestamp": 1781638079.6409934}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 196228, "progress": 88}, "timestamp": 1781638081.8893533}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 198369, "progress": 89}, "timestamp": 1781638084.0302663}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 200617, "progress": 90}, "timestamp": 1781638086.278492}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 202865, "progress": 91}, "timestamp": 1781638088.5267684}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 205113, "progress": 92}, "timestamp": 1781638090.7749007}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 207361, "progress": 93}, "timestamp": 1781638093.0229332}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 209609, "progress": 94}, "timestamp": 1781638095.2710695}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 211751, "progress": 95}, "timestamp": 1781638097.4122226}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 213999, "progress": 96}, "timestamp": 1781638099.660549}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 216247, "progress": 97}, "timestamp": 1781638101.9083505}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 218495, "progress": 98}, "timestamp": 1781638104.1566515}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "real-time", "time_elapsed": 220743, "progress": 99}, "timestamp": 1781638106.404975}
{"track": {"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}, "status_info": {"ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "Flagpole Sitta", "disc_number": 1, "track_number": 1, "duration_ms": 223003, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Flagpole Sitta", "release_date": {"year": 2024, "month": 9, "day": 13}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e02919dc18ba7acf26a05a7b894", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851919dc18ba7acf26a05a7b894", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b273919dc18ba7acf26a05a7b894", "width": 640, "height": 640}], "ids": {"spotify": "33B1muI2GbTX7NWyHK1lwm", "upc": "198704095955"}, "artists": [{"type": "artistAlbumTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}]}, "artists": [{"type": "artistTrack", "name": "The All-American Rejects", "ids": {"spotify": "3vAaWhdBR38Q02ohXqaNHT"}}], "ids": {"spotify": "4d1WMnL8dMh37ZZnMGvG59", "isrc": "USA2P2451042"}}], "skipped_tracks": [], "failed_tracks": [], "total_successful": 1, "total_skipped": 0, "total_failed": 0, "service": "spotify", "final_path": "./downloads/The All-American Rejects/Flagpole Sitta/1. Flagpole Sitta.ogg", "download_quality": "OGG_320", "quality": "ogg", "bitrate": "320k"}, "final_path": "./downloads/The All-American Rejects/Flagpole Sitta/1. Flagpole Sitta.ogg", "download_quality": "OGG_320"}, "timestamp": 1781638109.561101}
File diff suppressed because one or more lines are too long